admin-scripts/shell/install_just
2025-02-15 03:04:09 -06:00

8 lines
151 B
Bash
Executable File

#!/usr/bin/env bash
set -euxo pipefail
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
exit 0