diff --git a/setup/so-functions b/setup/so-functions index 96716058c..226674163 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1899,7 +1899,7 @@ securityonion_repo() { logCmd "mkdir -vp /root/oldrepos" logCmd "mv -v /etc/yum.repos.d/* /root/oldrepos/" if [[ $is_desktop_iso ]]; then - if [[ ! is_airgap ]]; then + if [[ ! $is_airgap ]]; then echo "https://repo.securityonion.net/file/so-repo/prod/2.4/oracle/9" > /etc/yum/mirror.txt echo "https://so-repo-east.s3.us-east-005.backblazeb2.com/prod/2.4/oracle/9" >> /etc/yum/mirror.txt echo "[main]" > /etc/yum.repos.d/securityonion.repo diff --git a/setup/so-setup b/setup/so-setup index 16db76ef6..ce0aa83f7 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -341,7 +341,9 @@ if [[ $is_desktop ]]; then securityonion_repo info "Enabling graphical interface and setting it to load at boot" systemctl set-default graphical.target - startx + echo "Desktop Install Complete!" + echo "" + echo "Please reboot to start graphical interface." exit 0 else # Abort!