From 7d09814dbe17e29feb2c47fbf06ab2ba3d9b8c93 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sat, 2 Aug 2025 22:57:22 -0700 Subject: [PATCH] add version to installer --- self-host/quick-install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-host/quick-install.mdx b/self-host/quick-install.mdx index c80b44c..cb13f94 100644 --- a/self-host/quick-install.mdx +++ b/self-host/quick-install.mdx @@ -35,7 +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/${release}/installer_linux_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')" + 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 ```