aurvote is now in AUR

This commit is contained in:
MatMoul 2019-03-16 20:07:02 +01:00
parent 5cec37dd5e
commit 79f618069f

View file

@ -54,7 +54,7 @@ if [ "$aurhelper" = "1" ]; then
options+=("Install pkgstats" "")
fi
if [ ! -f /usr/bin/aurvote ]; then
options+=("Install aurvote" "")
options+=("Install aurvote" "(AUR)")
fi
if [ ! -f /usr/bin/trizen ]; then
options+=("Install trizen" "")
@ -219,7 +219,7 @@ case $sel in
pacman -S --needed pkgstats
;;
'Install aurvote')
pacman -S --needed aurvote
instpkg "" "aurvote"
;;
esac