u
This commit is contained in:
@@ -81,9 +81,10 @@ if [ ${operation} == "update" ] ; then
|
|||||||
then
|
then
|
||||||
if [[ $(echo "$installed" | grep -E -o "^$x$") != $x ]] then
|
if [[ $(echo "$installed" | grep -E -o "^$x$") != $x ]] then
|
||||||
if [[ "$x" =~ ^aur:* ]]; then
|
if [[ "$x" =~ ^aur:* ]]; then
|
||||||
echo "Adding $x to aur list"
|
x=${x:4}
|
||||||
|
echo "Adding $x to AUR list"
|
||||||
else
|
else
|
||||||
echo "Adding $x to normal list"
|
echo "Adding $x to Arch list"
|
||||||
list+="$x "
|
list+="$x "
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
@@ -98,7 +99,7 @@ if [ ${operation} == "update" ] ; then
|
|||||||
echo $list
|
echo $list
|
||||||
#pacman -S --needed --noconfirm $list
|
#pacman -S --needed --noconfirm $list
|
||||||
else
|
else
|
||||||
echo "Nothing to install"
|
echo "No Arch packages to install"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user