1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| 全自动安装默认 用户:root 密码: MoeClub.org 某些特殊的服务商不适用此脚本,比如 cloudcone 已测试服务商:腾讯云、阿里云 # Debian/Ubuntu: apt-get update apt-get install -y xz-utils openssl gawk file
# RedHat/CentOS: yum update yum install -y xz openssl gawk file
wget https://moeclub.org/attachment/LinuxShell/InstallNET.sh chmod a+x InstallNET.sh
bash InstallNET.sh -d 10 -v 64 -a
|