diff --git a/cengos7-system-install.sh b/cengos7-system-install.sh index a7f56ca..cde5676 100644 --- a/cengos7-system-install.sh +++ b/cengos7-system-install.sh @@ -2,6 +2,7 @@ set -e 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 chmod +x /data/web.zip cd /data && unzip web.zip