diff --git a/install_scripts/ares.sh b/install_scripts/ares.sh index 24594ad..54c1d94 100755 --- a/install_scripts/ares.sh +++ b/install_scripts/ares.sh @@ -119,6 +119,10 @@ EOF # Run cat << 'EOF' > /root/.bash_profile if [[ "\$(tty)" == "/dev/tty1" ]] ; then + while ! ping -w 3 -c 3 8.8.8.8 ; do + nmtui + sleep 5 + done rm -rf /etc/systemd/system/getty@tty1.service.d/ if /var/lib/dotfiles/install.sh ; then rm -f /root/.bash_profile diff --git a/install_scripts/neptune.sh b/install_scripts/neptune.sh index e7d3336..82a5621 100755 --- a/install_scripts/neptune.sh +++ b/install_scripts/neptune.sh @@ -119,6 +119,10 @@ EOF # Run cat << 'EOF' > /root/.bash_profile if [[ "\$(tty)" == "/dev/tty1" ]] ; then + while ! ping -w 3 -c 3 8.8.8.8 ; do + nmtui + sleep 5 + done rm -rf /etc/systemd/system/getty@tty1.service.d/ if /var/lib/dotfiles/install.sh ; then rm -f /root/.bash_profile