1、
GitHub 地址:GitHub - leitbogioro/Tools

全自动无人值守安装;
支持各主流 VPS 商家;
系统支持情况:Debian 12、Kali Rolling、Alpine Linux Edge、CentOS 9 stream、AlmaLinux 9、RockyLinux 9、Fedora 38、Ubuntu 22.04、Windows Server 2022

安装wget

Debian 系(Debian / Ubuntu / Kali):

apt update -y
apt install wget -y

RedHat 系, only based on RedHat 7+, grub2(CentOS / AlmaLinux / RockyLinux / OracleLinux / Fedora / VzLinux / ScientificOS / RedHat Enterprise Linux / Tencent OpenCloudOS / AWS AmazonLinux / AlibabaCloudLinux or AliyunLinux / OpenAnolis):

yum install wget -y

对于Alpine Linux:

apk update
apk add bash wget
sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd

安装脚本

国外:

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

国内:

wget --no-check-certificate -qO InstallNET.sh 'https://gitee.com/mb9e8j2/Tools/raw/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

开始DD

## 默认安装最新的系统
bash InstallNET.sh -debian
##安装debian
bash InstallNET.sh -centos
##安装centos
bash InstallNET.sh -ubuntu
##安装ubuntu
bash InstallNET.sh -windows
##安装windows

可以在系统后面加上版本号来指定安装的系统版本,例如:

bash InstallNET.sh -debian 11

默认root密码为:LeitboGi0ro
默认administrator密码为:Teddysun.com
也可以通过-pwd 密码指定系统DD过之后的SSH密码,通过-port指定系统DD过之后的SSH端口。

Last modification:October 25, 2024
如果觉得我的文章对你有用,请随意赞赏