diff options
-rwxr-xr-x | archPackagesUpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index 161e9e1d2..973d1fa89 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -124,7 +124,7 @@ then cd "${tmpDir}/${paket}" rm -f ${paket}-*.pkg.tar.xz - makepkg -fcsr || exit $? + makepkg -fcsr --noconfirm || exit $? # upload packages if ${upload} |