Fix Flameshot links (closes #816)

pull/823/head
Itai-Nelken 3 years ago
parent fa657026d9
commit 73ebd92546
No known key found for this signature in database
GPG Key ID: E45E4E2C367B8AE6

@ -8,7 +8,7 @@ function error {
}
rm -f flameshot_armhf.deb
wget -O flameshot_armhf.deb https://github.com/chunky-milk/raspbian-addons/raw/master/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://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'
sudo apt install ./flameshot_armhf.deb -yf || error 'Failed to install flameshot'
rm -f flameshot_armhf.deb

@ -8,7 +8,7 @@ function error {
}
rm -f flameshot_arm64.deb
wget -O flameshot_arm64.deb https://github.com/chunky-milk/raspbian-addons/raw/master/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://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'
sudo apt install ./flameshot_arm64.deb -yf || error 'Failed to install flameshot'
rm -f flameshot_arm64.deb

Loading…
Cancel
Save