Update packages.csv

This commit is contained in:
Santiago Lo Coco 2021-12-27 13:45:28 -03:00
parent 3854bf9309
commit 33b23e2fd4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ installPackage() {
logStep "${3}"
exit 1
fi
runInChroot "sudo -u $username paru -S ${1} > /dev/null 2>&1"
runInChroot "sudo -u $username paru -S --needed --noconfirm ${1} > /dev/null 2>&1"
;;
N)
pacstrap /mnt --needed ${1} > /dev/null 2>&1