Update README.md

This commit is contained in:
Frede H 2022-04-19 16:50:38 +02:00 committed by GitHub
parent dd270e2e81
commit 5271e59c63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,22 @@ Arch lxqt-kwin setup
![lxqt-kwin.png](lxqt-kwin.png) ![lxqt-kwin.png](lxqt-kwin.png)
root checklist ## setup
- [ ] `pacman -Syu --needed - < $srcdir/Packages-Desktop` install git and clone this repo
cd into the folder
follow the checklist
- [ ] `pacman -Syu --needed - < $PWD/Packages-Desktop`
- [ ] `systemctl enable NetworkManager` - [ ] `systemctl enable NetworkManager`
- [ ] `systemctl enable sddm` - [ ] `systemctl enable sddm`
- [ ] `systemctl enable firewalld` - [ ] `systemctl enable firewalld`
- [ ] `cp -r $srcdir/etc/. /etc/` - [ ] `cp -r $PWD/etc/. /etc/`
- [ ] `cp -r $srcdir/usr/. /usr/` - [ ] `cp -r $PWD/usr/. /usr/`
- [ ] `cp -r $srcdir/root/. /root/` - [ ] `cp -r $PWD/root/. /root/`
- [ ] `useradd -mUG lp,wheel,network,video USERNAME` - [ ] `useradd -mUG lp,wheel,network,video USERNAME`
- [ ] `passwd USERNAME` - [ ] `passwd USERNAME`
an alternative is to run the `setup.sh`
bash setup.sh username