From a35586f762cc346d95134c5585d7979e02abd986 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 12 Feb 2026 14:47:32 -0800 Subject: [PATCH] Add sudo --- src/components/olm-install-commands.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/olm-install-commands.tsx b/src/components/olm-install-commands.tsx index b8ad8e7d..5418c8b9 100644 --- a/src/components/olm-install-commands.tsx +++ b/src/components/olm-install-commands.tsx @@ -55,7 +55,8 @@ export function OlmInstallCommands({ x64: [ { title: t("install"), - command: `curl -o olm.exe -L "https://github.com/fosrl/olm/releases/download/${version}/olm_windows_installer.exe"` + command: `# Download and run the installer to install Olm first\n + curl -o olm.exe -L "https://github.com/fosrl/olm/releases/download/${version}/olm_windows_installer.exe"` }, { title: t("run"),