Remove non-functioning symbols

This commit is contained in:
Manuel Thalmann 2024-07-16 01:05:29 +02:00
parent 7eccacc078
commit 447d09fa7e
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,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

View file

@ -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"