From 75961f34410441020e1e14f080c426873d23516b Mon Sep 17 00:00:00 2001 From: donny Date: Mon, 1 Nov 2021 05:52:32 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'cengos7-system-install.sh?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cengos7-system-install.sh | 1 + 1 file changed, 1 insertion(+) 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