One-liner to deploy on a fresh Ubuntu host:
curl -fsSL https://raw.githubusercontent.com/jwsky/scripts/main/bootstrap.sh | sudo bashIf curl is missing on a minimal image:
wget -qO- https://raw.githubusercontent.com/jwsky/scripts/main/bootstrap.sh | sudo bashThe bootstrap asks for a GitHub fine-grained personal access token (scope:
jwsky/jwscript, Contents read-only), streams the private payload into
/dev/shm, and execs the menu. Pick a number, that script runs.