summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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