fix: remove checkupdates, add new screenshot, edit README

This commit is contained in:
2026-07-04 12:19:04 +02:00
parent b14b8427d3
commit da64a7b42f
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -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)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 KiB

After

Width:  |  Height:  |  Size: 317 KiB

+1 -3
View File
@@ -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
pacman -Sy archlinux-keyring --needed --noconfirm
echo "Done."
fi
echo
# Installing base system