diff --git a/setup-usl-mm b/setup-usl-mm index d570fbc..7b0177f 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -109,6 +109,9 @@ apt purge nplan netplan.io -y rm /etc/netplan/* -f apt install bridge-utils ifupdown -y +echo "Disabling systemd-networkd-wait-online" +systemctl disable systemd-networkd-wait-online + echo "Doing apt update and apt dist-upgrade" apt update apt dist-upgrade -y