From 916e9f110a20fe10d6212a6cefd1d6f88d59e289 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Tue, 7 Nov 2023 17:56:22 -0800 Subject: [PATCH] feat: added uninstall for sprout --- src/content/docs/getting-started.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index a0ffa73..9e6842f 100644 --- a/src/content/docs/getting-started.mdx +++ b/src/content/docs/getting-started.mdx @@ -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 ```