"AM" 5.6
New "test" option, perhaps the one you were waiting for the most!
After creating your scripts with the -t
or template
option, have you ever wondered what it would be like to install the script using "AM" or AppMan?
Here is the test
option, it is an extract of the -i
or install
option which instead of pointing to this repository, allows you to choose the path to a local file, even just by dragging the script into the terminal.
Patches are selected and applied depending on whether you use "AM" or "AppMan", just like a normal installation would.
USAGE:
am test /path/to/your-script
or just drag and drop the the script in the terminal, like this:
AM-5.6-option-test-usage.mp4
To remove the app, use the option -R
, as always.
NOTE, I would like to point out that this option, being designed for testing purposes:
- works with one script at a time;
- the output does not use
less -E
, so you will see all unpatched messages, as you would with thedev
option (previous release, 5.5); - it is meant to work only with AM scripts that you can get using the
-t
option, be careful not to use different scripts, I have not made any security measures in this regard (yet).
You can consult the code of this commit for more information:
1410bab
Or stay up to date by following the "AM"/AppMan update history:
https://github.com/ivan-hc/AM-Application-Manager/commits/main/APP-MANAGER