From 80883032765bc906c69538ecd50add03e1bcdbde Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Thu, 29 Aug 2024 22:11:58 +0200 Subject: [PATCH] [hotfix-start.bash] fixing non working copy paste for vmware installs --- hotfix-start.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hotfix-start.bash b/hotfix-start.bash index cdfbc42..15f1ca7 100644 --- a/hotfix-start.bash +++ b/hotfix-start.bash @@ -154,6 +154,8 @@ Main() { sed -i /etc/calamares/scripts/update-mirrorlist -e s'|https://mirror.f4st.host/archlinux/$repo/os/$arch|https://mirror.moson.org/arch/$repo/os/$arch|' # skip xsane from /etc/calamares/modules/netinstall.yaml 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" ;; *) HotMsg "no hotfixes for ISO version $ISO_VERSION."