add debug and confirm #9
1 changed files with 2 additions and 2 deletions
4
aps
4
aps
|
@ -156,9 +156,9 @@ help(){
|
|||
echo "Alnux APS, the packaging system for Alnux."
|
||||
echo ""
|
||||
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 "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() {
|
||||
if [ -f "${lock}" ]; then
|
||||
|
|
Loading…
Reference in a new issue