mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
Update containers_version.sh
This commit is contained in:
parent
0d5030a4fe
commit
d3b19c9522
@ -2,7 +2,11 @@
|
||||
export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
||||
|
||||
# get applist
|
||||
git clone --depth=1 https://github.com/Websoft9/StackHub.git
|
||||
if [ -d StackHub ] ; then
|
||||
echo "StackHub is exists"
|
||||
else
|
||||
git clone --depth=1 https://github.com/Websoft9/StackHub.git
|
||||
fi
|
||||
appnames=$(ls StackHub/apps/roles |grep -v Template |grep -v README.md |grep -v role)
|
||||
for appname in $appnames; do
|
||||
echo $character
|
||||
|
Loading…
Reference in New Issue
Block a user