From 2f287f481f53dca94f6e35492090276598b85ca3 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 17 Sep 2024 15:13:23 +0200 Subject: [PATCH] [hotfix-start.bash] makepkg changes --- hotfix-start.bash | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hotfix-start.bash b/hotfix-start.bash index 6ea168b..6e3ba82 100644 --- a/hotfix-start.bash +++ b/hotfix-start.bash @@ -159,8 +159,10 @@ Main() { # exchange mlocate with plocate (change on repo) sed -i 's/ - mlocate/ - plocate/g' /etc/calamares/modules/netinstall.yaml # pacman.conf changes for pacman 7 update - wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/pacman.conf.patch" - patch "/etc/pacman.conf" < "/tmp/pacman.conf.patch" + wget -qN -P "/etc/pacman.conf" "https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-ISO/main/airootfs/etc/pacman.conf" + # makepkg.conf and makepkg.conf.d changes + wget -qN -P "/etc/makepkg.conf" "https://github.com/endeavouros-team/EndeavourOS-ISO/blob/main/airootfs/etc/makepkg.conf" + wget -qN -P "/etc/makepkg.conf.d/rust.conf" "https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/raw/main/rust.conf" ;; *) HotMsg "no hotfixes for ISO version $ISO_VERSION."