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
@@ -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"