Sort lists
This commit is contained in:
parent
ca12c0eee7
commit
223d5da8f2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ fi
|
||||||
|
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
list) awk '{print $1}' "$PKG_PATH/installed" 2>/dev/null ;;
|
list) awk '{print $1}' "$PKG_PATH/installed" 2>/dev/null | sort ;;
|
||||||
list-all) awk '{print $1}' "$PKG_PATH/pkglist" 2>/dev/null ;;
|
list-all) awk '{print $1}' "$PKG_PATH/pkglist" 2>/dev/null | sort ;;
|
||||||
update-database) fetch_pkglist sudo ;;
|
update-database) fetch_pkglist sudo ;;
|
||||||
fetch)
|
fetch)
|
||||||
if [ -z "$2" ]
|
if [ -z "$2" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue