整理记录最新Linux一键重装支持Debian 12,迄今为止功能最全,最好用的脚本
项目地址: https://github.com/leitbogioro/Tools/
首先登录SSH,下载脚本
国外服务器
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
然后安装依赖
Debian系列(Debian / Ubuntu
/ Kali):
apt update -y
apt install wget -y
RedHat系列,仅基于RedHat 7+、grub2(CentOS
/ AlmaLinux / RockyLinux / OracleLinux
/ Fedora / VzLinux / ScientificOS / RedHat Enterprise Linux / 腾讯OpenCloudOS
/ AWS
AmazonLinux / AliyunLinux或AliyunLinux
/ OpenAnolis):
yum install wget -y
或者:
dnf install wget -y
快速开始
默认密码
LeitboGi0ro
默认ssh端口22
说明: 可以直接在后面加版本号,例如: bash InstallNET.sh -debian 11
或者 bash InstallNET.sh -ubuntu 20.04
启动安装命令后十几秒完成, 提示你 reboot
重启你的机器,稍等几分钟就好
安装完成,最好改下密码
Debian 12
bash InstallNET.sh -debian
CentOS 9
bash InstallNET.sh -centos
Ubuntu 22.04
bash InstallNET.sh -ubuntu
Windows Server 2022
bash InstallNET.sh -windows
参数详细说明
-debian 9-12
:Debian 9 及更高版本
-centos 7
或 8/9-stream:CentOS 7 及更高版本
-ubuntu 20.04
/22.04:Ubuntu 20.04 及更高版本
-windows 10
/11/2012/2016/2019/2022:Windows 10 Enterprise LTSC、Windows 11 Pro for Workstation 22H2、Windows Server 2012 R2、Windows Server 2016、Windows Server 2019、Windows Server 2022。支持 IPv4 dhcp 和静态、扩展当前操作系统磁盘分区。用户登录后必须执行自动步骤。