Update installPackage()
This commit is contained in:
parent
bbc6c5d14b
commit
2bbddffda9
|
@ -105,7 +105,7 @@ installPackage() {
|
|||
logStep "${3}"
|
||||
exit 1
|
||||
fi
|
||||
runInChroot "sudo -u $username paru -S --needed --noconfirm ${1} > /dev/null 2>&1"
|
||||
runInChroot "sudo -u $username paru -S --needed --noconfirm --skipreview ${1} > /dev/null 2>&1"
|
||||
;;
|
||||
N)
|
||||
pacstrap /mnt --needed ${1} > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in New Issue