u
This commit is contained in:
@@ -17,4 +17,4 @@ ttf-nerd-fonts-symbols
|
|||||||
hypridle
|
hypridle
|
||||||
hyprlock
|
hyprlock
|
||||||
aur:hyprdim
|
aur:hyprdim
|
||||||
yay # test_this_thing
|
yay # test this_thing
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ if [ ${operation} == "update" ] ; then
|
|||||||
if [[ "$x" =~ ^aur:* ]]; then
|
if [[ "$x" =~ ^aur:* ]]; then
|
||||||
x=${x:4}
|
x=${x:4}
|
||||||
echo "Adding $x to AUR list"
|
echo "Adding $x to AUR list"
|
||||||
|
list_aur+="$x "
|
||||||
else
|
else
|
||||||
echo "Adding $x to Arch list"
|
echo "Adding $x to Arch list"
|
||||||
list+="$x "
|
list+="$x "
|
||||||
@@ -102,6 +103,15 @@ if [ ${operation} == "update" ] ; then
|
|||||||
echo "No Arch packages to install"
|
echo "No Arch packages to install"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -n "$list_aur" ]]
|
||||||
|
then
|
||||||
|
echo "--------------->"
|
||||||
|
echo $list_aur
|
||||||
|
#pacman -S --needed --noconfirm $list
|
||||||
|
else
|
||||||
|
echo "No AUR packages to install"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user