Update README.md

This commit is contained in:
dataprolet 2025-02-11 11:12:09 +01:00
parent c68d425332
commit 0804eb8f3e
1 changed files with 2 additions and 2 deletions

View File

@ -22,14 +22,14 @@ $ sh install.sh
```
### Post-Install
Check out the list of [suggested packages to install](https://git.dataprolet.de/dataprolet/Arch-Linux-Installer/src/branch/main/post-install.md).
Check out the list of [suggested packages to install](post/post-install.md).
### To switch from X11 to Wayland on an existing installation use the following command and reboot:
```
# pacman -S wayland xorg-xwayland && sed -i 's/plasma/plasmawayland/g' /etc/sddm.conf.d/kde_settings.conf
```
### *There are additional versions of the script:*
### *There are [alternative versions](alt) of the script:*
- `install-minimal.sh`- Installs only the necessary packages for Plasma.
- `install-lvm.sh` - Installs using Ext4 and uses LVM for /root and /home.
- `install-grub.sh` - Installs using GRUB for legacy BIOS (and Btrfs).