From 9e650030f6057c6be394bf7245381f8135b9b6fa Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 23 Apr 2025 19:18:42 -0600 Subject: [PATCH] Update Bastillefile --- icecast/Bastillefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icecast/Bastillefile b/icecast/Bastillefile index 208f783..cb0b93f 100644 --- a/icecast/Bastillefile +++ b/icecast/Bastillefile @@ -5,6 +5,6 @@ ARG DATA_PATH=/apps/icecast MOUNT ${DATA_PATH}/config /usr/local/etc/icecast nullfs rw 0 0 -CMD fetch -o /tmp/ https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/${APP_NAME}/${APP_NAME}-install.sh +CP ${APP_NAME}-install.sh /tmp CMD chmod +x /tmp/${APP_NAME}-install.sh CMD /tmp/${APP_NAME}-install.sh