Linux一鍵DD純淨系統

奶油小仙男發表於2024-06-20

預設密碼:

MoeClub.org
重灌為CentOS:

以下命令中的 -c 後面為CentOS版本號,-v 後面為64位/32位,可根據需求進行替換。

# CentOS 6.10 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -c 6.10 -v 64 -a

# CentOS 6.10 32位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -c 6.10 -v 32 -a
重灌為Debian:

以下命令中的 -d 後面為Debian版本號,-v 後面為64位/32位,可根據需求進行替換。

# Debian 8 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 8 -v 64 -a

# Debian 9 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a

# Debian 10 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 10 -v 64 -a

# Debian 11 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a

# Debian 12 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 12 -v 64 -a
重灌為Ubuntu:

以下命令中的 -u 後面為Ubuntu版本號,-v 後面為64位/32位,可根據需求進行替換。

# Ubuntu 12.04 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 12.04 -v 64 -a

# Ubuntu 14.04 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 14.04 -v 64 -a

# Ubuntu 16.04 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 16.04 -v 64 -a

# Ubuntu 18.04 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 18.04 -v 64 -a

# Ubuntu 20.04 64位:

bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 20.04 -v 64 -a

相關文章