APS update

This commit is contained in:
Ohio2 2021-08-28 05:24:55 +02:00
parent c2d0c0a7a4
commit 2200e5bac6

3
aps
View file

@ -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'