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.
|
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 |
+3
-5
@@ -254,11 +254,9 @@ echo "Done."
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
# Check if keyring is up-to-date
|
# Check if keyring is up-to-date
|
||||||
if checkupdates | grep -q archlinux-keyring; then
|
echo "Updating keyring.."
|
||||||
echo "Updating keyring.."
|
pacman -Sy archlinux-keyring --needed --noconfirm
|
||||||
pacman -Sy archlinux-keyring --noconfirm
|
echo "Done."
|
||||||
echo "Done."
|
|
||||||
fi
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# Installing base system
|
# Installing base system
|
||||||
|
|||||||
Reference in New Issue
Block a user