Skip to content

Commit

Permalink
[hotfix-start.bash] makepkg changes
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Sep 17, 2024
1 parent dcb90e9 commit 2f287f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 2f287f4

Please sign in to comment.