From: hayao Date: Thu, 10 Dec 2020 10:25:00 +0000 (+0900) Subject: [update] : Ignore architecture check X-Git-Tag: rc3-alpha2~50 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=21ec4b069ab0e22af71075e842918b71ac09cf12;p=alterlinux%2Falterlinux.git [update] : Ignore architecture check --- diff --git a/system/aur.sh b/system/aur.sh index 2c612e1c..28cd4800 100755 --- a/system/aur.sh +++ b/system/aur.sh @@ -53,7 +53,18 @@ ls "/usr/share/pacman/keyrings/"*".gpg" | sed "s|.gpg||g" | xargs | pacman-key - # Build and install chmod +s /usr/bin/sudo -yes | sudo -u aurbuild yay -Sy --noconfirm --nocleanmenu --nodiffmenu --noeditmenu --noupgrademenu --noprovides --removemake --config "/etc/alteriso-pacman.conf" ${*} +yes | sudo -u aurbuild \ + yay -Sy \ + --mflags "-AcC" \ + --noconfirm \ + --nocleanmenu \ + --nodiffmenu \ + --noeditmenu \ + --noupgrademenu \ + --noprovides \ + --removemake \ + --config "/etc/alteriso-pacman.conf" \ + ${*} # remove user and file