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" ]] if [[ -n "$list" ]]
then then
echo "--------------->" pacman -S --needed --noconfirm $list
echo $list
#pacman -S --needed --noconfirm $list
else else
echo "No Arch packages to install" echo "No Arch packages to install"
fi fi