more noconfirm
This commit is contained in:
parent
cd120b2e6c
commit
7f2978ef25
@ -302,7 +302,7 @@ echo Installing selected programs
|
||||
if [ -f "$setupdir/selectedpkgs.txt" ]; then
|
||||
echo Installing from official repository
|
||||
# NOTE || true to continue if no packages have been selected
|
||||
sudo pacman -S --needed - <"$setupdir/selectedpkgs.txt" || true
|
||||
sudo pacman -S --needed --noconfirm - <"$setupdir/selectedpkgs.txt" || true
|
||||
fi
|
||||
|
||||
# install selected aur packages
|
||||
|
Loading…
Reference in New Issue
Block a user