CentOS 网络重装一键脚本 纯净安装

帮助文档

CentOS 网络重装一键脚本 纯净安装

2022-05-18 12:37


Linux VPS Debian/Ubuntu/CentOS 网络重装一键脚本 纯净安装

                                            




介绍

  • 适用于Debian/Ubuntu/CentOS
  • 特别注意OpenVZ构架不适用
  • 系统默认密码:MoeClub.org
  • 更改密码命令:passwd root
  • 国内指定源:

开始

首先安装所需的软件根据自己本身对应的系统选择对应的命令即可。

# Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file
 
# RedHat/CentOS:
yum install -y xz openssl gawk file

如果报错,那么先运行下面命令

# Debian/Ubuntu:
apt-get update
 
# RedHat/CentOS:
yum update

运行下载脚本:

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && chmod a+x InstallNET.sh

重装系统一键脚本【一】

 
wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
 

重装系统一键脚本【二】

wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod +x dd-od.sh && ./dd-od.sh
 

千影重装系统一键脚本【三】

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/installNET/master/Install.sh" && chmod +x Install.sh && ./Install.sh
 

快速安装

  • 系统默认密码为:sunpma.com

安装 Ubuntu 16.04

wget --no-check-certificate https://cdn.jsdelivr.net/gh/sunpma/cdn/other/dd/InstallNET.sh && chmod a+x InstallNEXT.sh && bash InstallNEXT.sh -u 16.04 -v 64 -a -p sunpma.com

安装 Ubuntu 18.04

wget --no-check-certificate https://cdn.jsdelivr.net/gh/sunpma/cdn/other/dd/InstallNET.sh && chmod a+x InstallNEXT.sh && bash InstallNEXT.sh -u 18.04 -v 64 -a -p sunpma.com

安装 Ubuntu 20.04

wget --no-check-certificate https://cdn.jsdelivr.net/gh/sunpma/cdn/other/dd/InstallNET.sh && chmod a+x InstallNEXT.sh && bash InstallNEXT.sh -u 20.04 -v 64 -a -p sunpma.com

标签:
  • Linux VPS Debian/Ubuntu/CentOS 网络重装一键脚本 纯净安装