mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update containers_version.sh
This commit is contained in:
parent
6a51365e3c
commit
ce27e5a5ce
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
||||||
if [ -d StackHub ] ; then
|
if [ -d StackHub ] ; then
|
||||||
echo "StackHub is exists"
|
echo "StackHub is exists"
|
||||||
else
|
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
|
fi
|
||||||
appnames=$(ls StackHub/apps/roles |grep -v Template |grep -v README.md |grep -v role)
|
appnames=$(ls StackHub/apps/roles |grep -v Template |grep -v README.md |grep -v role)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue