Aktualizovat setup-usl-mm

This commit is contained in:
Milan Meduna 2024-11-26 19:42:48 +01:00
parent b57795901f
commit 65039be9a0

View file

@ -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