use sudo Env, not sudoedit

This commit is contained in:
2023-11-13 15:08:17 -08:00
parent 64cdffc00a
commit 85f4c17f88

View File

@@ -242,9 +242,9 @@ grlx -T \* cmd run --out json -- uname -a
If you ever need to uninstall the `grlx-farmer`, you can do so with the following commands:
```bash
curl -L https://bootstrap.grlx.dev/latest/farmer | UNINSTALL=true sudo -e bash
curl -L https://bootstrap.grlx.dev/latest/farmer | UNINSTALL=true sudo -E bash
```
Or the `grlx-sprout`:
```bash
curl -L https://bootstrap.grlx.dev/latest/sprout | UNINSTALL=true sudo -e bash
curl -L https://bootstrap.grlx.dev/latest/sprout | UNINSTALL=true sudo -E bash
```