常用VPS脚本
部分脚本附带原脚本发布地址,可访问了解详细脚本细节。 1、DD重装脚本 史上最强脚本 wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd 'password' 萌咖大佬的脚本 bash <(wget --no-check-certificate -qO- 'https://raw.githubuserco…