From 0e0bf11d555c96e050b6c4b77460e85a4070be2d Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sat, 2 Aug 2025 23:06:46 -0700 Subject: [PATCH] update newt commands --- manage/clients/install-client.mdx | 2 +- manage/sites/install-site.mdx | 2 +- manage/sites/update-site.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manage/clients/install-client.mdx b/manage/clients/install-client.mdx index c096761..52e20cd 100644 --- a/manage/clients/install-client.mdx +++ b/manage/clients/install-client.mdx @@ -16,7 +16,7 @@ You **must first create a client and copy the Olm config** in Pangolin before ru Use this command to automatically install Olm. It detects your system architecture automatically and always pulls the latest version, adding Olm to your PATH: ```bash -curl -fsSL https://docs.fossorial.io/get-olm.sh | bash +curl -fsSL https://digpangolin.com/get-olm.sh | bash ``` ### Manual Download diff --git a/manage/sites/install-site.mdx b/manage/sites/install-site.mdx index 899a3dc..5c88864 100644 --- a/manage/sites/install-site.mdx +++ b/manage/sites/install-site.mdx @@ -32,7 +32,7 @@ You **must first create a site and copy the Newt config** in Pangolin before run Use this command to automatically install Newt. It detects your system architecture automatically and always pulls the latest version, adding Newt to your PATH: ```bash -curl -fsSL https://docs.fossorial.io/get-newt.sh | bash +curl -fsSL https://digpangolin.com/get-newt.sh | bash ``` ### Manual Download diff --git a/manage/sites/update-site.mdx b/manage/sites/update-site.mdx index 9f3fc42..9c1110a 100644 --- a/manage/sites/update-site.mdx +++ b/manage/sites/update-site.mdx @@ -32,7 +32,7 @@ docker compose up -d newt If you used the auto installer, simply run it again. ```bash -curl -fsSL https://docs.fossorial.io/get-newt.sh | bash +curl -fsSL https://digpangolin.com/get-newt.sh | bash ``` ### Manual Installation