arch-maride-flavour/flavours/xorg.flavour/install.sh
2018-01-31 11:13:19 +01:00

8 lines
119 B
Bash
Executable File

#!/bin/sh
pacstrap /mnt xorg xorg-xinit xterm ttf-dejavu
cp 00-keyboard.conf /mnt/etc/X11/xorg.conf.d/
amf_return=0