summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/archsetup b/archsetup
index 5b43988..afa6a77 100755
--- a/archsetup
+++ b/archsetup
@@ -372,7 +372,7 @@ aur_installer () {
fi
action="packaging and installing yay"; display "task" "$action"
- (cd "$build_dir" && sudo -u "$username" makepkg --noconfirm -si >> "$logfile" 2>&1) || \
+ (cd "$build_dir" && sudo -u "$username" makepkg --noconfirm --nodebug -si >> "$logfile" 2>&1) || \
error "crash" "$action" "$?"
}