fully_remove_netplan
This commit is contained in:
parent
2b86c2e0ca
commit
46c47c94e0
1 changed files with 1 additions and 1 deletions
|
@ -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 "FallbackDNS=1.1.1.1" >> /etc/systemd/resolved.conf
|
||||||
|
|
||||||
echo "Purging netplan,disabling dhcpcd and install ifupdown"
|
echo "Purging netplan,disabling dhcpcd and install ifupdown"
|
||||||
apt purge nplan -y
|
apt purge nplan netplan.io -y
|
||||||
rm /etc/netplan/* -f
|
rm /etc/netplan/* -f
|
||||||
apt install bridge-utils ifupdown -y
|
apt install bridge-utils ifupdown -y
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue