fully_remove_netplan

This commit is contained in:
Milan Meduna 2020-12-05 08:54:47 +00:00
parent 2b86c2e0ca
commit 46c47c94e0
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ echo "DNS=8.8.8.8" >> /etc/systemd/resolved.conf
echo "FallbackDNS=1.1.1.1" >> /etc/systemd/resolved.conf
echo "Purging netplan,disabling dhcpcd and install ifupdown"
apt purge nplan -y
apt purge nplan netplan.io -y
rm /etc/netplan/* -f
apt install bridge-utils ifupdown -y