diff --git a/README.md b/README.md index d339a84..c9e9001 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ On a fresh Rocky Linux 9 (or compatible) install: ```bash dnf install -y git git clone https://git.timothykim.net/timothykim/hantim-server.git /opt/hantim -/opt/hantim/setup.sh +bash /opt/hantim/setup.sh ``` `setup.sh` handles everything else: installs git-crypt and the Bitwarden CLI, diff --git a/setup.sh b/setup.sh index 9de0dd8..f24c0ee 100644 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ set -euo pipefail # Usage: # 1. dnf install -y git # 2. git clone https://git.timothykim.net/timothykim/hantim-server.git /opt/hantim -# 3. /opt/hantim/setup.sh +# 3. bash /opt/hantim/setup.sh # REPO_DIR="/opt/hantim"