Always pass (aur)selectedpkgs
This commit is contained in:
parent
134692666d
commit
940e5dcd37
@ -324,11 +324,13 @@ echo Installing selected programs
|
|||||||
|
|
||||||
# install selected packages
|
# install selected packages
|
||||||
echo Installing from official repository
|
echo Installing from official repository
|
||||||
sudo pacman -S --needed - < "$setupdir/selectedpkgs.txt"
|
# NOTE || true to continue if no packages have been selected
|
||||||
|
sudo pacman -S --needed - < "$setupdir/selectedpkgs.txt" || true
|
||||||
|
|
||||||
# install selected aur packages
|
# install selected aur packages
|
||||||
echo Installing from AUR
|
echo Installing from AUR
|
||||||
paru -S --needed - < "$setupdir/aurselectedpkgs.txt"
|
# NOTE || true to continue if no packages have been selected
|
||||||
|
paru -S --needed - < "$setupdir/aurselectedpkgs.txt" || true
|
||||||
|
|
||||||
#performance and battery life
|
#performance and battery life
|
||||||
if [ $in_acpufreq -eq 1 ]; then
|
if [ $in_acpufreq -eq 1 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user