diff --git a/setup/so-setup b/setup/so-setup index 2bb97cc16..1f26f3a03 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -189,14 +189,14 @@ fi #Check if this is an airgap install -if [[ $is_manager ]]; then - if [[ $is_iso ]]; then - whiptail_airgap - if [[ "$INTERWEBS" == 'AIRGAP' ]]; then - is_airgap=true - fi - fi -fi +#if [[ $is_manager ]]; then +# if [[ $is_iso ]]; then +# whiptail_airgap +# if [[ "$INTERWEBS" == 'AIRGAP' ]]; then +# is_airgap=true +# fi +# fi +#fi if [[ $is_manager && $is_sensor ]]; then check_requirements "standalone"