Browse Source

Forgot \n in .xinitrc generation

master
fiorile 1 month ago
parent
commit
9cad443932
  1. 2
      neetbsd.sh

2
neetbsd.sh

@ -66,7 +66,7 @@ echo 'Configuring the installed packages...' @@ -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:

Loading…
Cancel
Save