Make install sudo because run is sudo

This commit is contained in:
Owen
2026-02-12 14:12:45 -08:00
parent 6496763aae
commit 94e70219cf

View File

@@ -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"),