aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2021-12-15 16:31:24 -0500
committerGalen Guyer <galen@galenguyer.com>2021-12-15 16:31:24 -0500
commitfff935979ef9e7921d9d7a0fe63e5668890fee53 (patch)
tree08e5d10f807c3db74f9eb0f0129a82eb918e635c
parent3321da64f85f8a6bbd62cde89dfd5114f8ea80c1 (diff)
nocomfirm to pacman update in build
-rw-r--r--build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 46a4c39..5c850c2 100644
--- a/build.sh
+++ b/build.sh
@@ -3,5 +3,5 @@ source ./constants.sh
export PACKAGE_LIST="yay"
-sudo pacman -Syu
+sudo pacman -Syu --noconfirm
aur sync --sign -A --noconfirm --noview --database "$REPO_NAME" --root "$REPO_ROOT" "$PACKAGE_LIST"