Commit f6f7a52f authored by Aaron Griffin's avatar Aaron Griffin
Browse files

makechrootpkg: Use --noconfirm when updating

parent ca996839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"