diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-01-23 14:50:26 +0100 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-01-23 14:50:26 +0100 |
| commit | 91a1b14d8e4ffbaa80b95923d7707f4df40483d9 (patch) | |
| tree | 258fb13663049c5089229a73418c4dd6b498bb76 /install.sh | |
| download | xdm-simple-dinit-91a1b14d8e4ffbaa80b95923d7707f4df40483d9.tar.gz xdm-simple-dinit-91a1b14d8e4ffbaa80b95923d7707f4df40483d9.tar.bz2 xdm-simple-dinit-91a1b14d8e4ffbaa80b95923d7707f4df40483d9.zip | |
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" |
