From a1c2fad6a8b5cf6272021704206c093b2a53c97f Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 17 Sep 2024 15:55:50 +0200 Subject: [PATCH] Update hotfix-start.bash --- hotfix-start.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotfix-start.bash b/hotfix-start.bash index 7af4558..50b09cb 100644 --- a/hotfix-start.bash +++ b/hotfix-start.bash @@ -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" ;; *)