更新 'centos7-system-install.sh'
parent
97005c332e
commit
0e330d96ce
|
|
@ -1,11 +1,4 @@
|
||||||
#!/bin/sh
|
#!/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'
|
tee $HOME/.cargo/config <<-'EOF'
|
||||||
[source.crates-io]
|
[source.crates-io]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue