OSDN Git Service

[update] : Ignore architecture check
authorhayao <shun819.mail@gmail.com>
Thu, 10 Dec 2020 10:25:00 +0000 (19:25 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 10 Dec 2020 10:25:00 +0000 (19:25 +0900)
system/aur.sh

index 2c612e1..28cd480 100755 (executable)
@@ -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