File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ setup_xinit()
1818 echo " exec marco &" > " ${release} /home/${live_user} /.xinitrc"
1919 # Todo update wallpaper for 26.01 also find a way to automate the wall paper
2020 echo " exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/blue-layered-stripes.jpg &" >> " ${release} /home/${live_user} /.xinitrc"
21- echo " exec sudo install-station-init " >> " ${release} /home/${live_user} /.xinitrc"
21+ echo " exec sudo install-station" >> " ${release} /home/${live_user} /.xinitrc"
2222 chmod 765 " ${release} /home/${live_user} /.xinitrc"
2323 # root
2424 echo " exec marco &" > " ${release} /root/.xinitrc"
2525 echo " exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/blue-layered-stripes.jpg &" >> " ${release} /root/.xinitrc"
26- echo " exec setup-station" >> " ${release} /root/.xinitrc"
26+ echo " exec setup-station-init " >> " ${release} /root/.xinitrc"
2727}
2828
2929patch_etc_files
You can’t perform that action at this time.
0 commit comments