summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Borgert2020-10-01 20:35:18 +0200
committerTobias Borgert2020-10-01 20:35:18 +0200
commit79d3d840e71d88fe2c2aa51395adfc1919308c1d (patch)
treef847d620a37b65321ab7f37a0d4ede656dbffe37
parent759ab21115ad8e6e3a732c7e2a0771e186a5a37d (diff)
downloadaur-79d3d840e71d88fe2c2aa51395adfc1919308c1d.tar.gz
Use --noconfirm in autoup.bash
-rwxr-xr-xautoup.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoup.bash b/autoup.bash
index b5326e8aadd5..26f26f64c04a 100755
--- a/autoup.bash
+++ b/autoup.bash
@@ -23,7 +23,7 @@ if [ "$?" -ne 0 ]; then
exit 1
fi
-makepkg -si
+makepkg -si --noconfirm
if [ "$?" -ne 0 ]; then
echo "Building and installing the package failed."
exit 1