Mark yaourt as end of life
This commit is contained in:
parent
61146b552f
commit
4b931bc115
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue