From ab5bc336f4c27b7110b0488b53a9eedc6f51dd3c Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Wed, 11 Sep 2024 20:38:47 +0200 Subject: [PATCH] [hotfix-start.bash] Endeavour - exchange mlocate with plocate (change on repo) --- hotfix-start.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hotfix-start.bash b/hotfix-start.bash index 15f1ca7..a8cde83 100644 --- a/hotfix-start.bash +++ b/hotfix-start.bash @@ -156,6 +156,8 @@ Main() { SkipPackageInstall xsane # fixing non working copy paste for vmware installs: 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 ;; *) HotMsg "no hotfixes for ISO version $ISO_VERSION."