From 5851825a213c55e74ffc316e0ae470ad2cd19ed2 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 16 Jul 2024 01:05:29 +0200 Subject: [PATCH] Remove non-functioning symbols --- scripts/Arch/OS/setup.fish | 2 +- scripts/Common/Scripts/wait-network.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"