Set the Repo for airgap during install

This commit is contained in:
Mike Reeves
2021-04-05 15:01:21 -04:00
parent d43cb3e133
commit fc88634159
2 changed files with 13 additions and 0 deletions

View File

@@ -648,6 +648,8 @@ set_redirect >> $setup_log 2>&1
if [[ ! $is_airgap ]]; then
securityonion_repo >> $setup_log 2>&1
update_packages >> $setup_log 2>&1
else
airgap_repo >> $setup_log 2>&1
fi
if [[ $is_sensor || $is_helix || $is_import ]]; then