From 2caee65b10ddd0f0f7fae4818738d04d2029313d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 25 Jun 2023 00:44:22 -0400 Subject: [PATCH] Update install.func tweak --- misc/install.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/install.func b/misc/install.func index 11fc647c..9841ca1e 100644 --- a/misc/install.func +++ b/misc/install.func @@ -84,6 +84,7 @@ setting_up_container() { exit 1 fi rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED + systemctl stop systemd-networkd-wait-online.service $STD systemctl disable systemd-networkd-wait-online.service msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)"