Add installation script #2

Merged
antman merged 4 commits from add-installation-script into main 2026-08-03 06:33:07 +00:00
Owner

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 | bash

Also silenced curl progress in pipeline

Explaining curl -fsS flags:

  • f: Fast fail — will not output failure response into the bash script e.g. a 404 page won't be piped to bash
  • s: Silent — doesn't display progress
  • S: Show error — with silent mode, outputs any error to stderr where we can read it

Currently 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

### 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 | bash` Also silenced curl progress in pipeline Explaining `curl -fsS` flags: * `f`: Fast fail — will not output failure response into the bash script e.g. a 404 page won't be piped to bash * `s`: Silent — doesn't display progress * `S`: Show error — with silent mode, outputs any error to stderr where we can read it Currently 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
add install script
All checks were successful
/ test-and-lint (push) Successful in 13s
083f2bbe65
improve
All checks were successful
/ test-and-lint (push) Successful in 12s
8cb921dcda
update readme
All checks were successful
/ test-and-lint (push) Successful in 12s
a5e3bf1603
make install script enable service in systemd
All checks were successful
/ test-and-lint (push) Successful in 15s
c880134a20
antman merged commit d010025b25 into main 2026-08-03 06:33:07 +00:00
antman deleted branch add-installation-script 2026-08-03 06:33:07 +00:00
antman referenced this pull request from a commit 2026-08-03 06:33:09 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kill-the-cloud/state-manager!2
No description provided.