use bash to invoke setup.sh since it's not executable after clone
This commit is contained in:
@@ -26,7 +26,7 @@ On a fresh Rocky Linux 9 (or compatible) install:
|
|||||||
```bash
|
```bash
|
||||||
dnf install -y git
|
dnf install -y git
|
||||||
git clone https://git.timothykim.net/timothykim/hantim-server.git /opt/hantim
|
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,
|
`setup.sh` handles everything else: installs git-crypt and the Bitwarden CLI,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ set -euo pipefail
|
|||||||
# Usage:
|
# Usage:
|
||||||
# 1. dnf install -y git
|
# 1. dnf install -y git
|
||||||
# 2. git clone https://git.timothykim.net/timothykim/hantim-server.git /opt/hantim
|
# 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"
|
REPO_DIR="/opt/hantim"
|
||||||
|
|||||||
Reference in New Issue
Block a user