Summary
When I was trying to install using the one line script, despite I was root already the script requires the sudo binary to exist. It's not a big deal, but should not be necessary
Steps to reproduce
- Login as root
- try to install using the one liner
curl -fsSL https://clawd.bot/install.sh | bash
- See the error
Expected behavior
It should just install without using sudo
Actual behavior
Errors out because it wants sudo
Environment
- Clawdbot version:
- OS: Debian 13
- Install method (pnpm/npx/docker/etc): one liner
Logs or screenshots