We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 244b2b7 + 79ac6df commit e20b423Copy full SHA for e20b423
1 file changed
system/aur.sh
@@ -69,6 +69,7 @@ yes | sudo -u aurbuild \
69
--removemake \
70
--useask \
71
--config "/etc/alteriso-pacman.conf" \
72
+ --cachedir "/vae/cache/pacman/pkg/" \
73
${*}
74
75
@@ -78,3 +79,7 @@ remove /aurbuild_temp
78
79
remove /etc/sudoers.d/aurbuild
80
remove "/etc/pacman.d/gnupg/"
81
remove "/etc/alteriso-pacman.conf"
82
+remove "/vae/cache/pacman/pkg/"
83
+
84
+yay -Sccc --noconfirm
85
+yay -Syy
0 commit comments