diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-05-03 14:03:12 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-05-03 14:03:12 +0200 |
| commit | d23c158bb34be7d4c9d1fbbd5ec23fa5d9c3fccb (patch) | |
| tree | 65a1ae5505155b0cfa82a3a52fc86f49be9ce28e /install.sh | |
update
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..bd67cc2 --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +#!/bin/sh +echo "checking dependencies..." +sudo pacman -S --needed bash xorg-xclock xorg-xdm xorg-xkill xorg-xmessage xorg-xsetroot xorg-xwininfo +sudo mkdir /etc/X11/xdm/simple +sudo cp buttons xdm-config Xresources Xsetup Xstartup /etc/X11/xdm/simple/ +sudo chmod 0755 /etc/X11/xdm/simple/{Xsetup,Xstartup,buttons} +sudo cp xdm-dinit /etc/dinit.d/xdm +echo "done" |
