diff --git a/scripts/install.sh b/scripts/install.sh index c309f938..8b3e370f 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -8,7 +8,7 @@ echo "Installing..." sudo mkdir -p /opt/albyhub sudo chown -R $USER:$USER /opt/albyhub cd /opt/albyhub -wget https://getalby.com/install/hub/server-linux-armv6 +wget https://getalby.com/install/hub/server-linux-armv6.tar.bz2 # Extract archives tar -xvf server-linux-armv6.tar.bz2 diff --git a/scripts/update.sh b/scripts/update.sh index 1ebdcbd4..6005c65a 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -9,7 +9,7 @@ rm -rf albyhub-backup mkdir albyhub-backup mv bin albyhub-backup cp -r data albyhub-backup -wget https://getalby.com/install/hub/server-linux-armv6 +wget https://getalby.com/install/hub/server-linux-armv6.tar.bz2 # Extract archives tar -xvf server-linux-armv6.tar.bz2