diff options
Diffstat (limited to 'makechrootpkg')
-rwxr-xr-x | makechrootpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg b/makechrootpkg index 8c3910f..35ca076 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -138,7 +138,7 @@ fi if [ $update_first -eq 1 ]; then echo "updating chroot" - mkarchroot -u "$uniondir" + mkarchroot -r "pacman -Syu --noconfirm" "$uniondir" fi echo "moving build files to chroot" |