File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
util/docker/stations/setup Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [[ "$(uname -m)" = "aarch64" ]]; then
19
19
fi
20
20
21
21
# wget -O /tmp/liquidsoap.deb "https://github.com/savonet/liquidsoap/releases/download/v2.3.2/liquidsoap_2.3.2-debian-bookworm-2_${ARCHITECTURE}.deb"
22
- wget -O /tmp/liquidsoap.deb " https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.3.x/liquidsoap-1eaf75e_2.3.4-debian-bookworm-ocaml5.3.0 -1_${ARCHITECTURE} .deb"
22
+ wget -O /tmp/liquidsoap.deb " https://github.com/savonet/liquidsoap-release-assets/releases/download/rolling-release-v2.3.x/liquidsoap-1eaf75e_2.3.4-debian-bookworm-ocaml4.14.2 -1_${ARCHITECTURE} .deb"
23
23
24
24
dpkg -i /tmp/liquidsoap.deb
25
25
apt-get install -y -f --no-install-recommends
You can’t perform that action at this time.
0 commit comments