Disable fastestmirror during setup + soup

This commit is contained in:
William Wernert
2021-04-20 15:18:06 -04:00
parent 3d90423495
commit 3f007f1026
4 changed files with 19 additions and 12 deletions

View File

@@ -634,6 +634,8 @@ echo "1" > /root/accept_changes
set_progress_str 2 'Updating packages'
# Import the gpg keys
gpg_rpm_import >> $setup_log 2>&1
info "Disabling fastestmirror"
[[ $OS == 'centos' ]] && disable_fastestmirror
if [[ ! $is_airgap ]]; then
securityonion_repo >> $setup_log 2>&1
update_packages >> $setup_log 2>&1