Fix stdin when piped, improve binary detection, replace YOUR_USERNAME
- Add `exec < /dev/tty` so `read` works correctly when run via `bash <(curl ...)` — fixes script failing after pasting API keys or clicking terminal links - Search /opt/, /usr/lib/, /snap/bin/ and `dpkg -L` for the open-whispr binary — fixes "Could not find openwhispr in PATH" - Replace YOUR_USERNAME with outis1one in all files - Show detected binary name in summary useful commands https://claude.ai/code/session_01XKYC1basxdwtHy71tky7xm
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# OpenWhispr Easy Setup
|
||||
|
||||
[](LICENSE)
|
||||
[](https://github.com/YOUR_USERNAME/openwhispr-easy-setup/actions/workflows/lint.yml)
|
||||
[](https://github.com/outis1one/openwhispr-easy-setup/actions/workflows/lint.yml)
|
||||
|
||||
**One-command installer for [OpenWhispr](https://github.com/OpenWhispr/openwhispr) on Linux** — distro detection, dependencies, API keys, first-run setup.
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
## Quick install
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://raw.githubusercontent.com/YOUR_USERNAME/openwhispr-easy-setup/main/setup-openwhispr.sh)
|
||||
bash <(curl -fsSL https://raw.githubusercontent.com/outis1one/openwhispr-easy-setup/main/setup-openwhispr.sh)
|
||||
```
|
||||
|
||||
Or clone and run:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/YOUR_USERNAME/openwhispr-easy-setup.git
|
||||
git clone https://github.com/outis1one/openwhispr-easy-setup.git
|
||||
cd openwhispr-easy-setup
|
||||
bash setup-openwhispr.sh
|
||||
```
|
||||
@@ -107,7 +107,7 @@ The script is idempotent:
|
||||
## Troubleshooting
|
||||
|
||||
- [OpenWhispr Troubleshooting Guide](https://github.com/OpenWhispr/openwhispr/blob/main/TROUBLESHOOTING.md)
|
||||
- [Open an issue](https://github.com/YOUR_USERNAME/openwhispr-easy-setup/issues/new/choose)
|
||||
- [Open an issue](https://github.com/outis1one/openwhispr-easy-setup/issues/new/choose)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user