This commit is contained in:
Ohio2 2021-08-26 15:17:56 +02:00
parent 3967b897df
commit c540598726

4
aps
View file

@ -156,9 +156,9 @@ help(){
echo "Alnux APS, the packaging system for Alnux." echo "Alnux APS, the packaging system for Alnux."
echo "" echo ""
echo "sync - Synchronizes from package repository." echo "sync - Synchronizes from package repository."
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)."
} }
main() { main() {
if [ -f "${lock}" ]; then if [ -f "${lock}" ]; then