From 79f618069faf6e4a7250ce339707a7ba4f043ac8 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 16 Mar 2019 20:07:02 +0100 Subject: [PATCH] aurvote is now in AUR --- updates/menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updates/menu b/updates/menu index 3683dbc..043e41b 100644 --- a/updates/menu +++ b/updates/menu @@ -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