更新 'cengos7-system-install.sh'
parent
568994f7f3
commit
75961f3441
|
|
@ -2,6 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "Init Data..."
|
echo "Init Data..."
|
||||||
|
mkdir -p /data
|
||||||
curl -L https://git.quanzhan.store/open-source/init/raw/branch/master/resource/web.zip -o /data/web.zip
|
curl -L https://git.quanzhan.store/open-source/init/raw/branch/master/resource/web.zip -o /data/web.zip
|
||||||
chmod +x /data/web.zip
|
chmod +x /data/web.zip
|
||||||
cd /data && unzip web.zip
|
cd /data && unzip web.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue