use bash to invoke setup.sh since it's not executable after clone

This commit is contained in:
2026-03-13 12:14:00 -04:00
parent 34d6ad3e9d
commit e87473e303
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,