Skip to content

Commit 2b8bb45

Browse files
committed
Fixed setup_xinit commands in mate_oem.sh
1 parent 1316fa7 commit 2b8bb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

desktop_config/mate_oem.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2929
patch_etc_files

0 commit comments

Comments
 (0)