From 9cad4439321cf58f4dfb47368d5ee0b199e818b8 Mon Sep 17 00:00:00 2001 From: fiorile Date: Sun, 25 Aug 2024 11:35:53 -0400 Subject: [PATCH] Forgot \n in .xinitrc generation --- neetbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neetbsd.sh b/neetbsd.sh index 09d5f50..949f693 100644 --- a/neetbsd.sh +++ b/neetbsd.sh @@ -66,7 +66,7 @@ echo 'Configuring the installed packages...' echo 'Creating ~/.xinitrc' # Back up the previous .xinitrc if it exists mv ~/.xinitrc ~/.xinitrc.old && echo 'Previous .xinitrc backed up as .xinitrc.old' -printf 'exec enlightenment_start\nexec stalonetray' > ~/.xinitrc.tmp # Start enlightenment + stalonetray +printf 'exec enlightenment_start\nexec stalonetray\n' > ~/.xinitrc.tmp # Start enlightenment + stalonetray cat ~/.xinitrc.tmp ~/.xinitrc.old > ~/.xinitrc # Merge the command for e. with the old xinitrc rm ~/.xinitrc.tmp # Erase the temporary xinitrc # RESULTING .xinitrc: