From 0e330d96cee34cd9e61ec3dc7a5ecbe9807c8329 Mon Sep 17 00:00:00 2001 From: donny Date: Wed, 2 Mar 2022 14:02:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'centos7-system-install.sh?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- centos7-system-install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/centos7-system-install.sh b/centos7-system-install.sh index 79816a3..266b582 100644 --- a/centos7-system-install.sh +++ b/centos7-system-install.sh @@ -1,11 +1,4 @@ #!/bin/sh -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 tee $HOME/.cargo/config <<-'EOF' [source.crates-io]