From f19cf5f6479ee2c62d997a4a21946429dca0e20f Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Thu, 12 Jan 2023 22:12:45 -0600 Subject: [PATCH] Update Icecast-KH; remove relative path files. --- util/docker/stations/setup/icecast.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/docker/stations/setup/icecast.sh b/util/docker/stations/setup/icecast.sh index d607acb3d..08b6c025c 100644 --- a/util/docker/stations/setup/icecast.sh +++ b/util/docker/stations/setup/icecast.sh @@ -10,7 +10,7 @@ mkdir -p /bd_build/stations/icecast_build cd /bd_build/stations/icecast_build git clone https://github.com/karlheyes/icecast-kh.git . -git checkout 4e3a1ae935c2d002aa54f218465125989e563dd5 +git checkout 712ff595a2fa0550f543d8c2597766cfb5ce7ec2 ./configure make @@ -26,4 +26,3 @@ cd /bd_build/stations/icecast_customizations git clone https://github.com/AzuraCast/icecast-kh-custom-files.git . cp -r web/* /usr/local/share/icecast/web -cp -r admin/* /usr/local/share/icecast/admin