mirror of
https://github.com/oneclickvirt/pve.git
synced 2024-11-10 17:25:50 +08:00
Update uninstallpve.sh
This commit is contained in:
parent
5ef78ed4d5
commit
a0383bb10c
1 changed files with 5 additions and 2 deletions
|
@ -26,8 +26,11 @@ apt-get remove --purge -y open-iscsi
|
|||
touch '/please-remove-proxmox-ve'
|
||||
apt-get purge proxmox-ve -y
|
||||
apt-get autoremove -y
|
||||
# dpkg --configure -a
|
||||
# apt-get install -f
|
||||
sudo dpkg --configure -a
|
||||
sudo apt-get install -f
|
||||
sudo dpkg --remove --force-remove-reinstreq initramfs-tools
|
||||
sudo apt-get purge initramfs-tools
|
||||
|
||||
if [ -f /etc/network/interfaces.d/50-cloud-init.bak ]; then
|
||||
chattr -i /etc/network/interfaces.d/50-cloud-init
|
||||
mv /etc/network/interfaces.d/50-cloud-init.bak /etc/network/interfaces.d/50-cloud-init
|
||||
|
|
Loading…
Reference in a new issue