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]