From 70f4ca15b978efb9396fd346aae3fb218a265f80 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sat, 2 Aug 2025 23:17:42 -0700 Subject: [PATCH] add quick installer script --- self-host/quick-install.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/self-host/quick-install.mdx b/self-host/quick-install.mdx index cb13f94..ffed406 100644 --- a/self-host/quick-install.mdx +++ b/self-host/quick-install.mdx @@ -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: ```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/')" - chmod +x ./installer + curl -fsSL https://digpangolin.com/get-installer.sh | bash ``` The installer supports both AMD64 (x86_64) and ARM64 architectures.