vps系统一键重装工具 leitbogioro/Tools
leitbogioro/Tools 也是dazeng喜欢使用的vps系统一键重装工具,可以很方便的将linux系统重装成linux或者windows。
运行前最好先升级一下系统,运行该脚本需要root权限。
下载
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
中国大陆的vps可使用
wget --no-check-certificate -qO InstallNET.sh 'https://gitee.com/mb9e8j2/Tools/raw/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
快速安装
- Debian 12
bash InstallNET.sh -debian
- Kali Rolling
bash InstallNET.sh -kali
- Alpine Linux Edge
bash InstallNET.sh -alpine
Alpine Linux is a kind of light Linux release and it's friendly to those machines that have lower performance, system memory at least 256MB is necessary.
- CentOS 9 stream
bash InstallNET.sh -centos
- AlmaLinux 9
bash InstallNET.sh -almalinux
- RockyLinux 9
bash InstallNET.sh -rockylinux
- Fedora 39
bash InstallNET.sh -fedora
- Ubuntu 22.04
bash InstallNET.sh -ubuntu
- Windows 11 Pro for Workstations
bash InstallNET.sh -windows
其它更多特性请参见项目主页:https://github.com/leitbogioro/Tools
本文由[ Dazeng ]发布在[ 曾先生分享博客 ],转载请注明出处。