fix other OS installs

This commit is contained in:
Mike Reeves
2023-07-17 16:44:55 -04:00
parent b1daa22dfc
commit 9ad7303cf2

View File

@@ -1602,7 +1602,7 @@ network_init() {
title "Initializing Network"
disable_ipv6
set_hostname
if [[ ( $is_iso || $is_desktop_iso ) ]]; then
if [[ ( $is_iso || $is_desktop_iso || $is_debian ) ]]; then
set_management_interface
fi
}