From d771889322bab2f8a324dc04071438302778c82a Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 16 Oct 2022 01:20:53 +0200 Subject: [PATCH] Remove yaourt --- updates/menu | 7 ------- 1 file changed, 7 deletions(-) diff --git a/updates/menu b/updates/menu index 043e41b..f7ff590 100644 --- a/updates/menu +++ b/updates/menu @@ -19,10 +19,6 @@ if [ -f /usr/bin/aurman ]; then options+=("Upgrade with aurman" "aurman -Syu") aurhelper=1 fi -if [ -f /usr/bin/yaourt ]; then - options+=("Upgrade with yaourt" "yaourt -Syua") - aurhelper=1 -fi if [ ! "$aurhelper" = "1" ]; then options+=("Install trizen" "") @@ -65,9 +61,6 @@ if [ "$aurhelper" = "1" ]; then if [ ! -f /usr/bin/aurman ]; then options+=("Install aurman" "") fi - if [ ! -f /usr/bin/yaourt ]; then - options+=("Install yaourt" "(End of life)") - fi fi sel=$(whiptail --backtitle "$apptitle" --title "Updates Menu :" --menu "" --cancel-button "Back" 0 0 0 \