"AM" 7.4
New common installer for both "AM" and "AppMan"
Added a new installer to speed up the installation of "AM" and "AppMan", named "AM-INSTALLER".
Download and run it using these commands:
wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/AM-INSTALLER
chmod a+x ./AM-INSTALLER
./AM-INSTALLER
The installer is based on the existing "AM" and "AppMan" installation methods, already available on the README:
- "AM" (option 1) will download and run the usual "INSTALL" script;
- "AppMan" (option 2) will install the "appman" command in ~/.local/bin (and enable this path in $PATH, if it is not already enabled).
The goal of this script is to make users aware that they want to use this CLI, by providing them with an easy installation and a quick choice between a system-wide ("AM", am
command) or local-wide ("AppMan", appman
command) installation.
Also improved the "INSTALL" script, for "AM"
The "AM" logo has been removed to make room for a more detailed explanation of the processes in place (see the video).
simplescreenrecorder-2024-08-04_16.58.52.mkv.mp4
This release does not bring with it major changes in terms of options and functionality, but it informs the user still doubtful and not inclined to reading guides that "AM" can be installed and used locally, without root privileges, but with a different name:
"AppMan", command "appman
".
Thanks to @Samueru-sama for contribution
Full Changelog: 7.3...7.4