Reorder update menu
This commit is contained in:
parent
b19d8db69d
commit
cb385a8f14
1 changed files with 7 additions and 6 deletions
13
updates/menu
13
updates/menu
|
@ -33,18 +33,19 @@ if [ ! -f /usr/bin/downgrade ]; then
|
|||
options+=("" "")
|
||||
fi
|
||||
if [ "$aurhelper" = "1" ]; then
|
||||
if [ ! -f /usr/bin/yaourt ]; then
|
||||
options+=("Install yaourt" "")
|
||||
fi
|
||||
if [ ! -f /usr/bin/packer ]; then
|
||||
options+=("Install packer" "")
|
||||
fi
|
||||
if [ ! -f /usr/bin/pkgstats ]; then
|
||||
options+=("Install pkgstats" "")
|
||||
fi
|
||||
if [ ! -f /usr/bin/aurvote ]; then
|
||||
options+=("Install aurvote" "")
|
||||
fi
|
||||
options+=("" "")
|
||||
if [ ! -f /usr/bin/yaourt ]; then
|
||||
options+=("Install yaourt" "")
|
||||
fi
|
||||
if [ ! -f /usr/bin/packer ]; then
|
||||
options+=("Install packer" "")
|
||||
fi
|
||||
fi
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "Updates Menu :" --menu "" --cancel-button "Back" 0 0 0 \
|
||||
|
|
Loading…
Reference in a new issue