Flameshot: use pkg-install

pull/906/head
Botspot 4 years ago
parent 8ae2eeb3ff
commit c009d5a013

@ -7,8 +7,9 @@ function error {
exit 1 exit 1
} }
rm -f flameshot_armhf.deb rm -f ~/flameshot_armhf.deb
wget -O flameshot_armhf.deb https://github.com/flameshot-org/flameshot/releases/download/v0.10.1/flameshot-0.10.1-1.debian-10.armhf.deb || error 'Failed to download flameshot deb file' wget -O ~/flameshot_armhf.deb https://github.com/flameshot-org/flameshot/releases/download/v0.10.1/flameshot-0.10.1-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 "${DIRECTORY}/pkg-install" "$HOME/flameshot_armhf.deb" "$(dirname "$0")" || error 'Failed to install flameshot_armhf.deb'
rm -f ~/flameshot_armhf.deb

@ -7,8 +7,8 @@ function error {
exit 1 exit 1
} }
rm -f flameshot_arm64.deb rm -f ~/flameshot_arm64.deb
wget -O flameshot_arm64.deb https://github.com/flameshot-org/flameshot/releases/download/v0.10.1/flameshot-0.10.1-1.debian-10.arm64.deb || error 'Failed to download Flameshot deb file' wget -O ~/flameshot_arm64.deb https://github.com/flameshot-org/flameshot/releases/download/v0.10.1/flameshot-0.10.1-1.debian-10.arm64.deb || error 'Failed to download Flameshot deb file'
sudo apt install ./flameshot_arm64.deb -yf || error 'Failed to install flameshot' "${DIRECTORY}/pkg-install" "$HOME/flameshot_armhf.deb" "$(dirname "$0")" || error 'Failed to install flameshot_armhf.deb'
rm -f flameshot_arm64.deb rm -f ~/flameshot_arm64.deb

@ -7,4 +7,4 @@ function error {
exit 1 exit 1
} }
sudo apt purge flameshot -y || error "Failed to uninstall flameshot package" "${DIRECTORY}/purge-installed" "$(dirname "$0")" || error "Failed to uninstall flameshot package"

Loading…
Cancel
Save