ampm v1.3.0
Minor feature release
How to install or upgrade
The easiest way is by running:
curl -fsSL https://github.com/Wazzaps/ampm/releases/latest/download/get_ampm.sh | sudo sh
But you can also download ampm.tar.gz
, extract it to /opt/ampm/
, then run install /opt/ampm/ampm.sh /usr/local/bin/ampm
, and then put your repo uri in /opt/ampm/repo_uri
.
A python installation is not required.
Changelog
New features
- Support external artifacts which are already compressed
Etc
- Added many more tests
Full Changelog: v1.2.4...v1.3.0