Changed interpreter shell for downloaded script from sh to bash (#507)

This commit is contained in:
Engon Ken Morel 2025-09-05 10:41:03 +06:30 committed by GitHub
parent f31768b315
commit 33b2ceaf1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ Visit the [setup page](https://hackatime.hackclub.com/my/wakatime_setup) to auto
Run this command in your terminal to install the Hack Club terminal-wakatime plugin:
```bash
curl -fsSL https://hack.club/terminal-wakatime.sh | sh
curl -fsSL https://hack.club/terminal-wakatime.sh | bash
```
This installs `terminal-wakatime` and automatically configures it for bash, zsh, or fish shells. The plugin will use your Hackatime configuration from the setup script.