From d905b67e6fb09a64ad69ef4718149d7d28f5f2ac Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 16 Oct 2022 01:32:37 +0200 Subject: [PATCH] Arrange update menu --- updates/menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updates/menu b/updates/menu index 67a3a85..85dab03 100644 --- a/updates/menu +++ b/updates/menu @@ -32,11 +32,11 @@ if [ -f /var/lib/pacman/db.lck ]; then fi if [ "$aurhelper" = "1" ]; then if [ ! -f /usr/bin/downgrade ]; then - options+=("Install downgrade" "") + options+=("Install downgrade" "(AUR)") options+=("" "") fi if [ ! -f /usr/bin/pkgstats ]; then - options+=("Install pkgstats" "") + options+=("Install pkgstats" "(AUR)") fi if [ ! -f /usr/bin/aurvote ]; then options+=("Install aurvote" "(AUR)")