mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Use "yes" instead of noconfirm for Chaotic-AUR
noconfirm doesn't always answer yes, which can terminate package installation process in case of conflicts.
This commit is contained in:
parent
fa55e03196
commit
70c5549a29
1 changed files with 3 additions and 3 deletions
|
@ -424,13 +424,13 @@ if [ -n "${chaotic_packagelist}" ]; then
|
|||
|
||||
run_in_chroot pacman -Syu --noconfirm
|
||||
|
||||
run_in_chroot pacman --noconfirm -Rdd wine-staging
|
||||
run_in_chroot pacman --noconfirm -S ${chaotic_packagelist}
|
||||
run_in_chroot bash -c "yes | pacman -S ${chaotic_packagelist}"
|
||||
fi
|
||||
|
||||
unmount_chroot
|
||||
|
||||
rm "${bootstrap}"/var/cache/pacman/pkg/*
|
||||
rm -f "${bootstrap}"/opt/*
|
||||
rm -f "${bootstrap}"/var/cache/pacman/pkg/*
|
||||
mkdir "${bootstrap}"/media
|
||||
touch "${bootstrap}"/etc/asound.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue