Add Debian

This commit is contained in:
Mike Reeves
2023-07-07 13:00:39 -04:00
parent a41b0dbfea
commit fa1d53a309

View File

@@ -247,7 +247,7 @@ local_sbin="$(pwd)/../salt/common/tools/sbin"
manager_sbin="$(pwd)/../salt/manager/tools/sbin" manager_sbin="$(pwd)/../salt/manager/tools/sbin"
export PATH=$PATH:$local_sbin:$manager_sbin export PATH=$PATH:$local_sbin:$manager_sbin
# Ubuntu whiptail pallete to make it look the same as CentOS and Rocky. # Ubuntu/Debian whiptail pallete to make it look the same as CentOS and Rocky.
set_palette >> $setup_log 2>&1 set_palette >> $setup_log 2>&1
# Kernel messages can overwrite whiptail screen #812 # Kernel messages can overwrite whiptail screen #812
@@ -403,7 +403,6 @@ if ! [[ -f $install_opt_file ]]; then
info "Setting up as node type manager" info "Setting up as node type manager"
check_elastic_license check_elastic_license
waitforstate=true waitforstate=true
#ubuntu_check
[[ $is_iso ]] && whiptail_airgap [[ $is_iso ]] && whiptail_airgap
check_requirements "manager" check_requirements "manager"
networking_needful networking_needful