diff --git a/README.md b/README.md index 3db7138..434d78f 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 **June 2026**. +Tested and working as of **July 2026**. ![Post-install screenshot.](img/screenshot.png) diff --git a/img/screenshot.png b/img/screenshot.png index 9d819d5..84fc3a6 100644 Binary files a/img/screenshot.png and b/img/screenshot.png differ diff --git a/install.sh b/install.sh index 18c6cad..af94858 100644 --- a/install.sh +++ b/install.sh @@ -254,11 +254,9 @@ echo "Done." echo # Check if keyring is up-to-date -if checkupdates | grep -q archlinux-keyring; then - echo "Updating keyring.." - pacman -Sy archlinux-keyring --noconfirm - echo "Done." -fi +echo "Updating keyring.." +pacman -Sy archlinux-keyring --needed --noconfirm +echo "Done." echo # Installing base system