APS update
This commit is contained in:
parent
c2d0c0a7a4
commit
2200e5bac6
1 changed files with 4 additions and 1 deletions
3
aps
3
aps
|
@ -163,6 +163,9 @@ help(){
|
||||||
echo "install - Installs from local package information file and build file."
|
echo "install - Installs from local package information file and build file."
|
||||||
echo "upgrade - Upgrades from package repository."
|
echo "upgrade - Upgrades from package repository."
|
||||||
echo "remove - Removes a package from /var/aps/installed and it's install files (payloadfiles)."
|
echo "remove - Removes a package from /var/aps/installed and it's install files (payloadfiles)."
|
||||||
|
echo "list - Lists currently installed packages."
|
||||||
|
echo "help - Display this message."
|
||||||
|
echo "version - Display the version."
|
||||||
}
|
}
|
||||||
list(){
|
list(){
|
||||||
ls ${installed_pkg_database} | sed 's/^README.md//g'
|
ls ${installed_pkg_database} | sed 's/^README.md//g'
|
||||||
|
|
Loading…
Reference in a new issue