From 363d547e75626b4de733ce9676b9cfb7e41e1454 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 18 Jan 2026 22:00:24 +0100 Subject: [PATCH 1/2] refactor(script): paru-git instead of paru-bin --- setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index bb9fff3..11e8e85 100644 --- a/setup.sh +++ b/setup.sh @@ -1092,12 +1092,12 @@ function get_aur_helper () { usermod --append --groups 'wheel' 'build' printf -- '%s\n' '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > '/etc/sudoers.d/10-wheel-group-no-passwd-prompt' pushd /tmp - git clone https://aur.archlinux.org/paru-bin.git - chown -R 'build:' 'paru-bin' - pushd 'paru-bin' + git clone https://aur.archlinux.org/paru-git.git + chown -R 'build:' 'paru-git' + pushd 'paru-git' sudo --user 'build' makepkg -si --noconfirm popd - rm -rf 'paru-bin' + rm -rf 'paru-git' popd } From 77b736fb8c8b890dee07964763dedbdebd52d25b Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 18 Jan 2026 22:02:26 +0100 Subject: [PATCH 2/2] refactor(script): Update archlinux-keyring before pacstrap --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 11e8e85..46dfe9d 100644 --- a/setup.sh +++ b/setup.sh @@ -778,6 +778,7 @@ function install_archlinux () { #1.12 pacman_dl_parallel pacman_dont_check_space + pacman --noconfirm -S archlinux-keyring while ! pacstrap /mnt \ base \ base-devel \