diff options
| -rwxr-xr-x | archsetup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" "$?" } |
