added setup.sh

This commit is contained in:
Frede H 2022-04-19 16:31:06 +02:00 committed by GitHub
parent f92206846b
commit e2a2100dbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
setup.sh Normal file
View file

@ -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/