Skip to content

Commit

Permalink
[hotfix-start.bash] adding patch for pacman 7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Sep 14, 2024
1 parent e9b6fc1 commit 0fc3353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ Main() {
wget -qN -O "/etc/calamares/scripts/chrooted_cleaner_script.sh" "https://raw.githubusercontent.com/endeavouros-team/calamares/calamares/data/eos/scripts/chrooted_cleaner_script.sh"
# 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"
;;
*)
HotMsg "no hotfixes for ISO version $ISO_VERSION."
Expand Down

0 comments on commit 0fc3353

Please # to comment.