From 94e70219cfdff06513cf3769d276857aea921b76 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 12 Feb 2026 14:12:45 -0800 Subject: [PATCH] Make install sudo because run is sudo --- src/components/olm-install-commands.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/olm-install-commands.tsx b/src/components/olm-install-commands.tsx index 1728f528..b8ad8e7d 100644 --- a/src/components/olm-install-commands.tsx +++ b/src/components/olm-install-commands.tsx @@ -43,7 +43,7 @@ export function OlmInstallCommands({ All: [ { title: t("install"), - command: `curl -fsSL https://static.pangolin.net/get-cli.sh | bash` + command: `curl -fsSL https://static.pangolin.net/get-cli.sh | sudo bash` }, { title: t("run"),