Fixes #5333 -- Update LS version to fix telnet.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-05-02 01:43:40 -05:00
parent 97aaaa3cb4
commit 6a8c9402d3
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if [[ "$(uname -m)" = "aarch64" && ${ARM_FULL_BUILD} == "false" ]]; then
ARCHITECTURE=arm64
fi
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.0.4/liquidsoap_2.0.4-ubuntu-focal-3_${ARCHITECTURE}.deb"
wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.0.4/liquidsoap_2.0.4-ubuntu-focal-3_${ARCHITECTURE}.deb?v2"
dpkg -i /tmp/liquidsoap.deb
apt-get install -y -f --no-install-recommends