Update flameshot to 0.10.0

pull/823/head
Itai-Nelken 4 years ago
parent b43fe3cad1
commit 966ff8ed2a
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://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

@ -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

Loading…
Cancel
Save