From 966ff8ed2a3d716a3a4c0e8085a17974398f73fb Mon Sep 17 00:00:00 2001 From: Itai-Nelken Date: Wed, 21 Jul 2021 08:59:31 +0300 Subject: [PATCH] Update flameshot to 0.10.0 --- apps/Flameshot/install-32 | 2 +- apps/Flameshot/install-64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Flameshot/install-32 b/apps/Flameshot/install-32 index 19d7dcb..ca063d8 100755 --- a/apps/Flameshot/install-32 +++ b/apps/Flameshot/install-32 @@ -8,7 +8,7 @@ function error { } rm -f flameshot_armhf.deb -wget -O flameshot_armhf.deb https://osdn.mirror.constant.com/storage/g/r/ra/raspbian-addons/debian/pool/main/f/flameshot/flameshot_0.9.0-1_armhf.deb || error 'Failed to download flameshot deb file' +wget -O flameshot_armhf.deb https://github.com/flameshot-org/flameshot/releases/download/v0.10.0/flameshot-0.10.0.rc1-1.debian-10.armhf.deb || error 'Failed to download flameshot deb file' sudo apt install ./flameshot_armhf.deb -yf || error 'Failed to install flameshot' rm -f flameshot_armhf.deb diff --git a/apps/Flameshot/install-64 b/apps/Flameshot/install-64 index 50707c1..aef0c86 100755 --- a/apps/Flameshot/install-64 +++ b/apps/Flameshot/install-64 @@ -8,7 +8,7 @@ function error { } rm -f flameshot_arm64.deb -wget -O flameshot_arm64.deb https://osdn.mirror.constant.com/storage/g/r/ra/raspbian-addons/debian/pool/main/f/flameshot/flameshot_0.9.0-1_arm64.deb || error 'Failed to download Flameshot deb file' +wget -O flameshot_arm64.deb https://github.com/flameshot-org/flameshot/releases/download/v0.10.0/flameshot-0.10.0.rc1-1.debian-10.arm64.deb || error 'Failed to download Flameshot deb file' sudo apt install ./flameshot_arm64.deb -yf || error 'Failed to install flameshot' rm -f flameshot_arm64.deb