diff --git a/setup-usl-mm b/setup-usl-mm index eaccfc3..d3b7ecb 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -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