change digpangolin.com tp pangolin.net

This commit is contained in:
miloschwartz
2025-10-18 11:55:35 -07:00
parent f1cf524d7d
commit e97d482d8b
10 changed files with 15 additions and 15 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://digpangolin.com/get-olm.sh | bash
curl -fsSL https://pangolin.net/get-olm.sh | bash
```
### Manual Download

View File

@@ -39,7 +39,7 @@ Before installing Pangolin, ensure you've opened the required port on your firew
Connect to your server via SSH and download the installer:
```bash
curl -fsSL https://digpangolin.com/get-node-installer.sh | bash
curl -fsSL https://pangolin.net/get-node-installer.sh | bash
```
The installer supports both AMD64 (x86_64) and ARM64 architectures.

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://digpangolin.com/get-newt.sh | bash
curl -fsSL https://pangolin.net/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://digpangolin.com/get-newt.sh | bash
curl -fsSL https://pangolin.net/get-newt.sh | bash
```
### Manual Installation