Update install.func

tweak
This commit is contained in:
tteckster 2023-06-25 00:44:22 -04:00 committed by GitHub
parent ad8d7fce24
commit 2caee65b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ setting_up_container() {
exit 1 exit 1
fi fi
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
systemctl stop systemd-networkd-wait-online.service
$STD systemctl disable systemd-networkd-wait-online.service $STD systemctl disable systemd-networkd-wait-online.service
msg_ok "Set up Container OS" msg_ok "Set up Container OS"
msg_ok "Network Connected: ${BL}$(hostname -I)" msg_ok "Network Connected: ${BL}$(hostname -I)"