mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
remove airgap install option until rc3
This commit is contained in:
@@ -189,14 +189,14 @@ fi
|
|||||||
|
|
||||||
#Check if this is an airgap install
|
#Check if this is an airgap install
|
||||||
|
|
||||||
if [[ $is_manager ]]; then
|
#if [[ $is_manager ]]; then
|
||||||
if [[ $is_iso ]]; then
|
# if [[ $is_iso ]]; then
|
||||||
whiptail_airgap
|
# whiptail_airgap
|
||||||
if [[ "$INTERWEBS" == 'AIRGAP' ]]; then
|
# if [[ "$INTERWEBS" == 'AIRGAP' ]]; then
|
||||||
is_airgap=true
|
# is_airgap=true
|
||||||
fi
|
# fi
|
||||||
fi
|
# fi
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
if [[ $is_manager && $is_sensor ]]; then
|
if [[ $is_manager && $is_sensor ]]; then
|
||||||
check_requirements "standalone"
|
check_requirements "standalone"
|
||||||
|
|||||||
Reference in New Issue
Block a user