From a5633d17d56c1553015cec2fde5c2a972ac9f5a9 Mon Sep 17 00:00:00 2001 From: mklomp Date: Wed, 23 Aug 2023 09:36:45 +0200 Subject: [PATCH] Removed netplan apply from install script --- network_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/network_install.sh b/network_install.sh index 1791f46..078afac 100755 --- a/network_install.sh +++ b/network_install.sh @@ -11,7 +11,6 @@ sed -i 's/#DNSStubListener=yes/DNSStubListener=no/g' /etc/systemd/resolved.conf sudo apt install -y netplan.io sudo apt install -y network-manager sudo cp $MIRTE_SRC_DIR/mirte-install-scripts/50-cloud-init.yaml /etc/netplan/ -sudo netplan apply sudo apt purge -y ifupdown # Fix for bug in systemd-resolved