Skip to content

Commit

Permalink
fix: replace mirror f4st with moson
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Sep 26, 2024
1 parent a1c2fad commit fb66210
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ Main() {
wget -qN -P "/etc/" "https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-ISO/main/airootfs/etc/makepkg.conf"
wget -qN -P "/etc/makepkg.conf.d/" "https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/raw/main/rust.conf"
;;
2024.09.22) # EndeavourOS neo
# replace bad mirror f4st.host with moson.org in /etc/calamares/scripts/update-mirrorlist
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|'
;;
*)
HotMsg "no hotfixes for ISO version $ISO_VERSION."
;;
Expand Down

0 comments on commit fb66210

Please # to comment.