You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
-[How to enable bash completion](#how-to-enable-bash-completion)
36
36
-[Snapshots: backup your app and restore to a previous version](#snapshots-backup-your-app-and-restore-to-a-previous-version)
37
37
-[Update/remove programs without "AM"](#updateremove-programs-without-am)
38
-
-[Rollback](#rollback)
38
+
-[Downgrade](#downgrade)
39
39
-[Convert old Type2 AppImages to Type3](#convert-old-type2-appimages-to-type3)
40
40
-[Manage local AppImages](#manage-local-appimages)
41
41
-[Sandbox using Firejail](#sandbox-using-firejail)
@@ -591,7 +591,7 @@ to have a list of the installed programs use the option `-f` or `files` (syntax
591
591
DESCRIPTION: Embed one or more local AppImages in the applications menu. I suggest dragging the files into the terminal to get the desired effect. Launchers are located in ~/.local/share/applications/AppImages by default.
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:
766
+
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 or `downgrade`in this mode:
767
767
```
768
768
am --rollback ${PROGRAM}
769
769
```
@@ -884,7 +884,7 @@ Use the `-a` option and go to the developer's site to report the problem. The ta
884
884
There can be many reasons:
885
885
- check your internet connection;
886
886
- if the app is hosted on github.com, you have probably exceeded the hourly limit of API calls;
887
-
- the referring link may have been changed, try the `--rollback` option;
887
+
- the referring link may have been changed, try the `--rollback` option or `downgrade`;
888
888
- the reference site has changed, report any changes at https://github.com/ivan-hc/AM/issues
889
889
890
890
</details>
@@ -993,7 +993,7 @@ NOTE, the binary is called from a script in /usr/local/bin that runs "wget" with
993
993
<summary></summary>
994
994
995
995
The reasons may be two:
996
-
- the referring link may have been changed, try the `--rollback` option;
996
+
- the referring link may have been changed, try the `--rollback` option or `downgrade`;
997
997
- the reference site has changed, report any changes at https://github.com/ivan-hc/AM/issues
printf"Select a URL from this menu (read carefully) or press CTRL+C to abort:\n-----------------------------------------------------------------------\n"; sleep 1;
printf"Select a URL from this menu (read carefully) or press CTRL+C to abort:\n-----------------------------------------------------------------------\n"; sleep 1;
0 commit comments