BlockPi: use pkg-install

pull/904/head
Botspot 4 years ago
parent ea79bc6408
commit 55feb33645

@ -9,7 +9,6 @@ function error {
wget -O ~/blockpi.deb https://github.com/alienzhangyw/BlockPi/releases/download/v1.2.0/blockpi_1.2.0_armv7l.deb || error 'Failed to download deb file!'
# Get dependencies
sudo apt install -fy ~/blockpi.deb || error "Failed to install blockpi.deb"
"${DIRECTORY}/pkg-install" "$HOME/blockpi.deb" "$(dirname "$0")" || error "Failed to install blockpi.deb"
rm -f ~/blockpi.deb

@ -10,6 +10,6 @@ function error {
wget -O ~/blockpi.deb https://github.com/alienzhangyw/BlockPi/releases/download/v1.2.0/blockpi_1.2.0_arm64.deb || error 'Failed to download deb file!'
# Get dependencies
sudo apt install -fy ~/blockpi.deb || error "Failed to install blockpi.deb"
"${DIRECTORY}/pkg-install" "$HOME/blockpi.deb" "$(dirname "$0")" || error "Failed to install blockpi.deb"
rm -f ~/blockpi.deb

@ -7,5 +7,5 @@ function error {
exit 1
}
sudo apt purge -y blockpi
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1

Loading…
Cancel
Save