diff --git a/scripts/containers_version.sh b/scripts/containers_version.sh index 4fbd03cf..3f9e758e 100644 --- a/scripts/containers_version.sh +++ b/scripts/containers_version.sh @@ -5,7 +5,7 @@ export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin if [ -d StackHub ] ; then echo "StackHub is exists" else - git clone --depth=1 https://github.com/Websoft9/StackHub.git + git clone --depth=1 https://ghproxy.com/https://github.com/Websoft9/StackHub.git fi appnames=$(ls StackHub/apps/roles |grep -v Template |grep -v README.md |grep -v role)