This commit is contained in:
tuxwarrior
2024-05-01 16:04:05 -05:00
parent 10b9013126
commit 427e59d3ac

View File

@@ -96,9 +96,7 @@ if [ ${operation} == "update" ] ; then
if [[ -n "$list" ]]
then
echo "--------------->"
echo $list
#pacman -S --needed --noconfirm $list
pacman -S --needed --noconfirm $list
else
echo "No Arch packages to install"
fi