fix other OS installs

This commit is contained in:
Mike Reeves
2023-07-17 16:40:35 -04:00
parent 49c4edbcbe
commit b1daa22dfc

View File

@@ -1051,7 +1051,7 @@ installer_prereq_packages() {
# Install network manager so we can do interface stuff
if ! command -v nmcli > /dev/null 2>&1; then
info "Installing network-manager"
retry 150 10 "apt-get -y install network-manager" >> "$setup_log" 2>&1 || fail_setup
retry 150 10 "apt-get -y install network-manager ethtool" >> "$setup_log" 2>&1 || fail_setup
{
systemctl enable NetworkManager
systemctl start NetworkManager