diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..bd3dfe2 --- /dev/null +++ b/setup.sh @@ -0,0 +1,11 @@ +#!/bin/bash +pacman -S git +git clone https://github.com/fhdk/lxqt-kwin +cd lxqt-kwin +pacman -Syu --needed - < $PWD/Packages-Desktop +systemctl enable NetworkManager +systemctl enable sddm +systemctl enable firewalld +cp -r $PWD/etc/. /etc/ +cp -r $PWD/usr/. /usr/ +cp -r $PWD/root/. /root/