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."