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: