Updated build script
This commit is contained in:
parent
d0ba05aa06
commit
f34937576a
1 changed files with 4 additions and 1 deletions
5
build.sh
5
build.sh
|
@ -44,7 +44,10 @@ main() {
|
|||
|
||||
install() {
|
||||
set -e
|
||||
pacman -Sy; pacman --noconfirm -S --needed git archiso github-cli p7zip reflector rsync
|
||||
pacman -Sy; pacman --noconfirm -S --needed git wget github-cli p7zip reflector rsync
|
||||
cd /tmp
|
||||
wget https://git.parchlinux.com/repo/ppr/-/raw/main/x86_64/archiso-99-1-any.pkg.tar.zst
|
||||
sudo pacman -U /tmp/archiso-99-1-any.tar.zst
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue