mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Merge pull request #1186 from Security-Onion-Solutions/feature/airgap
Airgap round 1
This commit is contained in:
@@ -182,6 +182,22 @@ elif [ "$install_type" = 'IMPORT' ]; then
|
||||
is_import=true
|
||||
fi
|
||||
|
||||
# Say yes to the dress if its an ISO install
|
||||
if [[ "$setup_type" == 'iso' ]]; then
|
||||
is_iso=true
|
||||
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 && $is_sensor ]]; then
|
||||
check_requirements "standalone"
|
||||
elif [[ $is_fleet_standalone ]]; then
|
||||
|
||||
Reference in New Issue
Block a user