From 4c246dc30d3be0d222468304dd5ca14aa4c4088b Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 19 Aug 2020 14:40:31 -0400 Subject: [PATCH] remove airgap install option until rc3 --- setup/so-setup | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"