From fd4fa6e7e3b4060d233f9c73cd2d4e2e6d93da0b Mon Sep 17 00:00:00 2001 From: binhex Date: Wed, 7 Oct 2020 21:33:42 +0100 Subject: [PATCH] remove build scripts to prevent overwrite of init.sh --- build/root/install.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index ba1ccc4..66e7620 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -3,17 +3,7 @@ # exit script if return code != 0 set -e -# build scripts -#### - -# download build scripts from github -curl --connect-timeout 5 --max-time 600 --retry 5 --retry-delay 0 --retry-max-time 60 -o /tmp/scripts-master.zip -L https://github.com/binhex/scripts/archive/master.zip - -# unzip build scripts -unzip /tmp/scripts-master.zip -d /tmp - -# move shell scripts to /root -mv /tmp/scripts-master/shell/arch/docker/*.sh /usr/local/bin/ +# note do NOT download build scripts - inherited from int script with envvars common defined # detect image arch ####