Skip to content

Commit

Permalink
Update dd-gd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
veip007 authored Jan 24, 2021
1 parent 0f89683 commit 3ebc190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dd-gd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ echo ""
echo -n "请输入编号: "
read N
case $N in
0) wget -N --no-check-certificate "https://raw.githubusercontent.com/veip007/dd/master/dd-gd.sh" && chmod +x dd-gd.sh
0) wget -N --no-check-certificate "https://raw.githubusercontent.com/veip007/dd/master/dd-gd.sh" && chmod +x dd-gd.sh ;;
1) echo "Password: Pwd@CentOS" ; read -s -n1 -p "Press any key to continue..." ; bash InstallNET.sh --ip-addr $MAINIP --ip-gate $GATEWAYIP --ip-mask $NETMASK -dd 'https://api.moetools.net/get/centos-7-image' ;;
2) bash InstallNET.sh -c 6.9 -v 64 -a --mirror 'http://mirrors.aliyun.com/centos-vault' --ip-addr $MAINIP --ip-gate $GATEWAYIP --ip-mask $SUBNET ;;
3) bash InstallNET.sh -c 6.9 -v 64 -a --ip-addr $MAINIP --ip-gate $GATEWAYIP --ip-mask $NETMASK ;;
Expand Down

0 comments on commit 3ebc190

Please sign in to comment.