diff --git a/build.sh b/build.sh index ae91d1f..b018801 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ main() { install() { set -e pacman -Sy; pacman --noconfirm -S --needed git wget github-cli p7zip reflector rsync - wget https://git.parchlinux.com/repo/ppr/-/raw/main/x86_64/archiso-99-1-any.pkg.tar.zst + wget https://git.parchlinux.com/repos/ppr/raw/branch/main/x86_64/archiso-99-1-any.pkg.tar.zst sudo pacman -U archiso-99-1-any.pkg.tar.zst --noconfirm }