Skip to content

Commit

Permalink
Update hotfix-start.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Sep 17, 2024
1 parent 652b4d9 commit a1c2fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Main() {
# pacman.conf changes for pacman 7 update
wget -qN -P "/etc/" "https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-ISO/main/airootfs/etc/pacman.conf"
# makepkg.conf and makepkg.conf.d changes
wget -qN -P "/etc/" "https://github.com/endeavouros-team/EndeavourOS-ISO/blob/main/airootfs/etc/makepkg.conf"
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"
;;
*)
Expand Down

0 comments on commit a1c2fad

Please sign in to comment.