From 85f4c17f88c0987c40b6c7c1d0b5a8b08b4278a9 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Mon, 13 Nov 2023 15:08:17 -0800 Subject: [PATCH] use sudo Env, not sudoedit --- src/content/docs/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index 9e6842f..207578b 100644 --- a/src/content/docs/getting-started.mdx +++ b/src/content/docs/getting-started.mdx @@ -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 ```