Add Install downgrade in Update Menu

This commit is contained in:
MatMoul 2015-12-19 20:15:01 +01:00
parent 5c56e64306
commit d226bbe943

View file

@ -23,10 +23,10 @@ options+=("Edit mirrorlist" "")
options+=("" "")
options+=("Remove db.lck" "rm /var/lib/pacman/db.lck")
options+=("" "")
if [ -f /usr/bin/downgrade ]; then
if [ -! f /usr/bin/downgrade ]; then
options+=("Install downgrade" "")
options+=("" "")
fi
options+=("" "")
if [ "$aurhelper" = "1" ]; then
if [ ! -f /usr/bin/yaourt ]; then
options+=("Install yaourt" "")