Reorder update menu
This commit is contained in:
parent
cb385a8f14
commit
abb70abc5c
1 changed files with 2 additions and 1 deletions
|
@ -35,11 +35,12 @@ fi
|
|||
if [ "$aurhelper" = "1" ]; then
|
||||
if [ ! -f /usr/bin/pkgstats ]; then
|
||||
options+=("Install pkgstats" "")
|
||||
options+=("" "")
|
||||
fi
|
||||
if [ ! -f /usr/bin/aurvote ]; then
|
||||
options+=("Install aurvote" "")
|
||||
fi
|
||||
options+=("" "")
|
||||
fi
|
||||
if [ ! -f /usr/bin/yaourt ]; then
|
||||
options+=("Install yaourt" "")
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue