10 lines
549 B
Bash
Executable file
10 lines
549 B
Bash
Executable file
#!/usr/bin/zsh
|
|
sudo pacman -Syu $(cat /usr/local/bin/labwc.list) --noconfirm
|
|
# sudo /usr/local/bin/cldoc # use if you want documentation/help remove to save space
|
|
echo "You may wish to add labwc to your .zlogin or .bashrc if you want it to start up after login"
|
|
echo "If you already have an X server running or xinit/startx in your .zlogi both may start"
|
|
echo "hit Enter to get to labwc, Ctrl-C to remain in console"
|
|
sudo 66-enable -t root -FS seatd >/dev/null
|
|
sudo ln -sf /usr/lib/runit/sv/seatd /etc/runit/runsvdir/default/ >/dev/null
|
|
read
|
|
labwc
|