use pangolin cli in machine client commands

This commit is contained in:
miloschwartz
2026-02-07 17:13:55 -08:00
committed by Owen Schwartz
parent 79646ac96b
commit eb792e4fde
2 changed files with 7 additions and 7 deletions

View File

@@ -43,11 +43,11 @@ export function OlmInstallCommands({
All: [
{
title: t("install"),
command: `curl -fsSL https://static.pangolin.net/get-olm.sh | bash`
command: `curl -fsSL https://static.pangolin.net/get-cli.sh | bash`
},
{
title: t("run"),
command: `sudo olm --id ${id} --secret ${secret} --endpoint ${endpoint}`
command: `sudo pangolin up --id ${id} --secret ${secret} --endpoint ${endpoint} --attach`
}
]
},