mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-22 04:46:46 +00:00
add quick installer script
This commit is contained in:
@@ -35,8 +35,7 @@ Before installing Pangolin, ensure you've set up DNS for your domain(s) and open
|
|||||||
Connect to your server via SSH and download the installer:
|
Connect to your server via SSH and download the installer:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.8.0/installer_linux_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')"
|
curl -fsSL https://digpangolin.com/get-installer.sh | bash
|
||||||
chmod +x ./installer
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The installer supports both AMD64 (x86_64) and ARM64 architectures.
|
The installer supports both AMD64 (x86_64) and ARM64 architectures.
|
||||||
|
|||||||
Reference in New Issue
Block a user