mirror of
https://github.com/gogrlx/docs.grlx.dev.git
synced 2026-04-02 03:08:53 -07:00
feat: added uninstall for sprout
This commit is contained in:
@@ -242,5 +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 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user