Add Install downgrade in Update Menu
This commit is contained in:
parent
5c56e64306
commit
d226bbe943
1 changed files with 2 additions and 2 deletions
|
@ -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" "")
|
||||
|
|
Loading…
Reference in a new issue