diff --git a/scripts/Arch/OS/setup.fish b/scripts/Arch/OS/setup.fish index 2c791f93..e4ab6112 100644 --- a/scripts/Arch/OS/setup.fish +++ b/scripts/Arch/OS/setup.fish @@ -39,7 +39,7 @@ begin man-pages \ texinfo - and runHook installDrivers "Installing drivers…" || true + and runHook installDrivers "Installing drivers..." || true and genfstab -U "$mountDir" >> "$mountDir/etc/fstab" and arch-chroot "$mountDir" systemctl enable NetworkManager diff --git a/scripts/Common/Scripts/wait-network.fish b/scripts/Common/Scripts/wait-network.fish index 63d90655..c5c9879a 100644 --- a/scripts/Common/Scripts/wait-network.fish +++ b/scripts/Common/Scripts/wait-network.fish @@ -11,7 +11,7 @@ function waitNetwork -a witness if [ -z "$witness" ] if not testNetwork - tmux new-session -d 'cat /etc/motd; echo "$(tput bold)Please establish an internet connection…$(tput sgr0)"; $SHELL' + tmux new-session -d 'cat /etc/motd; echo "$(tput bold)Please establish an internet connection...$(tput sgr0)"; $SHELL' fish (status filename) true & set -l pid "$last_pid"