Mark yaourt as end of life

This commit is contained in:
MatMoul 2018-07-22 17:28:36 +02:00
parent 61146b552f
commit 4b931bc115

View file

@ -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