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