diff --git a/README.md b/README.md index 7b582b6..0f761ff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This installation script aims for a simple (read minimal) Arch Linux installation, which is modern in the way that it uses UEFI, systemd-boot and Wayland, secure in the way that it uses full-disk encryption using LUKS as well as flexibility by using Btrfs subvolumes for the root and home partition. -Tested and working as of **October 2024**. +Tested and working as of **Januar 2025**. ![Post-install screenshot.](screenshot.png) @@ -21,6 +21,9 @@ $ sh install.sh # pacman -Sy git --noconfirm && git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git && cd arch && 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). + ### 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