From 2200e5bac67d957160ee89247f74e98c5800a310 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Sat, 28 Aug 2021 05:24:55 +0200 Subject: [PATCH] APS update --- aps | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aps b/aps index 3b68990..d6b1f32 100755 --- a/aps +++ b/aps @@ -162,7 +162,10 @@ help(){ echo "sync - Synchronizes from package repository." echo "install - Installs from local package information file and build file." 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(){ ls ${installed_pkg_database} | sed 's/^README.md//g'