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
|
if [ -f "$setupdir/selectedpkgs.txt" ]; then
|
||||||
echo Installing from official repository
|
echo Installing from official repository
|
||||||
# NOTE || true to continue if no packages have been selected
|
# 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
|
fi
|
||||||
|
|
||||||
# install selected aur packages
|
# install selected aur packages
|
||||||
|
Loading…
Reference in New Issue
Block a user