update newt commands

This commit is contained in:
miloschwartz
2025-08-02 23:06:46 -07:00
parent 7d09814dbe
commit 0e0bf11d55
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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