Skip to content

"AM" 7.4

Compare
Choose a tag to compare
@ivan-hc ivan-hc released this 04 Aug 16:13
· 1523 commits to main since this release
faad7a9

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).

Istantanea_2024-08-03_21-29-46

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