Skip to content

Commit

Permalink
[hotfix-start.bash] fixing non working copy paste for vmware installs
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Aug 29, 2024
1 parent 25ee454 commit 8088303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 8088303

Please sign in to comment.