forked from dataprolet/Arch-Linux-Installer
fix: remove checkupdates, add new screenshot, edit README
This commit is contained in:
@@ -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**.
|
||||
|
||||

|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 393 KiB After Width: | Height: | Size: 317 KiB |
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user