Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Sep 24, 2023
1 parent 86bd611 commit d42cf71
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ For a version of "AM" that works locally and installs/removes the same programs
- [How to enable bash completion](#how-to-enable-bash-completion)
- [Snapshots: backup your app and restore to a previous version](#snapshots-backup-your-app-and-restore-to-a-previous-version)
- [Install/update/remove programs without "AM"](#installupdateremove-programs-without-am)
- [Rollback](#rollback)

[Create your own script](#create-your-own-script)

Expand Down Expand Up @@ -382,6 +383,15 @@ In both cases, the "INSTALL" script will create a dedicated /opt/am directory co
DESCRIPTION: Enable bash-completion to complete a keyword with the "TAB" key, using the names of all installable applications available.
___________________________________________________________________________

`--rollback`

SYNOPSIS:

`--rollback {PROGRAM}`

DESCRIPTION: Download an older or specific version of the software you are interested in (only works with Github).
___________________________________________________________________________

`--user`, `appman`

SYNOPSIS:
Expand All @@ -390,6 +400,7 @@ In both cases, the "INSTALL" script will create a dedicated /opt/am directory co

DESCRIPTION: Run "AM" as an unprivileged user making it act as "AppMan".
___________________________________________________________________________

`lock`

SYNOPSIS:
Expand Down Expand Up @@ -504,6 +515,14 @@ To uninstall "AM" just run the command:

am -r am

------------------------------------------------------------------------
# Rollback
From version 4.4 it is possible to directly select from a list of URLs the version of the app that interests you most from the main source. Use the `--rollback` option in this mode:
```
am --rollback ${PROGRAM}
```
This only works with the apps hosted on Github.

------------------------------------------------------------------------
# Known issues
"AM" itself works well, but there are a few things to consider before, after and during use:
Expand Down

0 comments on commit d42cf71

Please sign in to comment.