fixed build.sh
All checks were successful
Build and Deploy ISO / build_iso (release) Successful in 32m23s

This commit is contained in:
Sohrab Behdani 2025-02-17 01:36:24 +03:30
parent 93b06c023f
commit f231b5dc87

View file

@ -45,7 +45,7 @@ main() {
install() { install() {
set -e set -e
pacman -Sy; pacman --noconfirm -S --needed git wget github-cli p7zip reflector rsync 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 sudo pacman -U archiso-99-1-any.pkg.tar.zst --noconfirm
} }