Update install.func

tweak
This commit is contained in:
tteckster 2023-06-25 00:00:32 -04:00 committed by GitHub
parent 606634b25a
commit f0a8502c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -83,6 +83,7 @@ setting_up_container() {
echo -e " 🖧 Check Network Settings" echo -e " 🖧 Check Network Settings"
exit 1 exit 1
fi fi
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
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)"
} }