File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ if ! pacman -Qq yay 1> /dev/null 2>&1; then
9090 _oldpwd=" $( pwd) "
9191 pacman -Syy --noconfirm --config " /etc/alteriso-pacman.conf"
9292 pacman --noconfirm -S --asdeps --needed go --config " /etc/alteriso-pacman.conf"
93- sudo -u aurbuild git clone " https://aur.archlinux.org/yay.git" " /tmp/yay"
93+ sudo -u pkgbuild git clone " https://aur.archlinux.org/yay.git" " /tmp/yay"
9494 cd " /tmp/yay"
95- sudo -u aurbuild makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm
96- pacman --noconfirm --config " /etc/alteriso-pacman.conf" -U $( sudo -u aurbuild makepkg --packagelist)
95+ sudo -u pkgbuild makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm
96+ pacman --noconfirm --config " /etc/alteriso-pacman.conf" -U $( sudo -u pkgbuild makepkg --packagelist)
9797 cd ..
9898 rm -rf " /tmp/yay"
9999 cd " ${_oldpwd} "
You can’t perform that action at this time.
0 commit comments