Skip to content

Commit

Permalink
book: use sh not bash
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 18, 2024
1 parent 8eac4d0 commit 86dbf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ winget upgrade hemtt
HEMTT can be installed using an installer script.

```bash
curl -sSf https://hemtt.dev/install.sh | bash
curl -sSf https://hemtt.dev/install.sh | sh
```

The script can be ran again to update HEMTT.
Expand Down

0 comments on commit 86dbf6b

Please sign in to comment.