From 4b931bc11576649f9e6f4464933021f938bf7b0d Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 22 Jul 2018 17:28:36 +0200 Subject: [PATCH] Mark yaourt as end of life --- updates/menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updates/menu b/updates/menu index 23d2e50..a37e247 100644 --- a/updates/menu +++ b/updates/menu @@ -12,7 +12,7 @@ if [ -f /usr/bin/yaourt ]; then fi if [ ! "$aurhelper" = "1" ]; then options+=("Install trizen" "") - options+=("Install yaourt" "") + options+=("Install yaourt" "(End of life)") options+=("" "") fi options+=("Upgrade" "pacman -Syu") @@ -43,7 +43,7 @@ if [ "$aurhelper" = "1" ]; then options+=("Install trizen" "") fi if [ ! -f /usr/bin/yaourt ]; then - options+=("Install yaourt" "") + options+=("Install yaourt" "(End of life)") fi fi