Fix architecture.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-06-17 17:19:19 -05:00
parent e95b989006
commit fdd3f5c462
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if [[ "$(uname -m)" = "aarch64" && ${ARM_FULL_BUILD} == "false" ]]; then
fi
# wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.0.5/liquidsoap_2.0.5-ubuntu-focal-1_${ARCHITECTURE}.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.1.x/liquidsoap-396d927_2.1.0-ubuntu-focal-1_amd64.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.1.x/liquidsoap-396d927_2.1.0-ubuntu-focal-1_${ARCHITECTURE}.deb"
dpkg -i /tmp/liquidsoap.deb
apt-get install -y -f --no-install-recommends