From 3d0e1528c79e3293e49f086d324bb0c31bb9dbc3 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 22 Jul 2018 18:31:41 +0200 Subject: [PATCH] Reorder aur helper --- updates/menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates/menu b/updates/menu index cb47627..5ca715a 100644 --- a/updates/menu +++ b/updates/menu @@ -20,8 +20,8 @@ if [ -f /usr/bin/yaourt ]; then fi if [ ! "$aurhelper" = "1" ]; then options+=("Install trizen" "") - options+=("Install aurman" "") options+=("Install yay" "") + options+=("Install aurman" "") options+=("Install yaourt" "(End of life)") options+=("" "") fi