Add installation script #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-installation-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
Want a reproducible way to get the latest release and correctly install it
Solution
Added an installation script that can be executed with
curl -fsS https://git.antman.me/kill-the-cloud/state-manager/raw/branch/main/install.sh | bashAlso silenced curl progress in pipeline
Explaining
curl -fsSflags:f: Fast fail — will not output failure response into the bash script e.g. a 404 page won't be piped to bashs: Silent — doesn't display progressS: Show error — with silent mode, outputs any error to stderr where we can read itCurrently the installation script assumes it will be running on Rocky Linux, which seems a safe assumption — I don't see any reason to use multiple distributions