1.18.4 version release has not install binaries, so curl -fsSL https://static.pangolin.net/get-installer.sh | bash command, fails.
Environment
OS Type & Version: (e.g., Ubuntu 22.04) Ubuntu 24.04.3 LTS
Pangolin Version: 1.18.4
Gerbil Version: N/A
Traefik Version: N/A
Newt Version: N/A
Olm Version: (if applicable) N/A
To Reproduce
Run curl -fsSL https://static.pangolin.net/get-installer.sh | bash, you see this 404 error in output:
root@hostname:~/pangolin# curl -fsSL https://static.pangolin.net/get-installer.sh | bash [INFO] Installing latest version of installer... [INFO] Fetching latest version from GitHub... [INFO] Latest version: v1.18.4 [INFO] Detected platform: linux_amd64 [INFO] Install directory: /root/pangolin [INFO] Downloading installer from https://github.com/fosrl/pangolin/releases/download/1.18.4/installer_linux_amd64 curl: (22) The requested URL returned error: 404 root@hostname:~/pangolin#
Expected Behavior
This command should download and execute the last installer binary
Originally created by @alme1509 on GitHub (May 13, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/3063
### Describe the Bug
1.18.4 version release has not install binaries, so `curl -fsSL https://static.pangolin.net/get-installer.sh | bash` command, fails.
### Environment
- OS Type & Version: (e.g., Ubuntu 22.04) Ubuntu 24.04.3 LTS
- Pangolin Version: 1.18.4
- Gerbil Version: N/A
- Traefik Version: N/A
- Newt Version: N/A
- Olm Version: (if applicable) N/A
### To Reproduce
Run `curl -fsSL https://static.pangolin.net/get-installer.sh | bash`, you see this 404 error in output:
`root@hostname:~/pangolin# curl -fsSL https://static.pangolin.net/get-installer.sh | bash
[INFO] Installing latest version of installer...
[INFO] Fetching latest version from GitHub...
[INFO] Latest version: v1.18.4
[INFO] Detected platform: linux_amd64
[INFO] Install directory: /root/pangolin
[INFO] Downloading installer from https://github.com/fosrl/pangolin/releases/download/1.18.4/installer_linux_amd64
curl: (22) The requested URL returned error: 404
root@hostname:~/pangolin#
`
### Expected Behavior
This command should download and execute the last installer binary
@AstralDestiny commented on GitHub (May 13, 2026):
It'll be fixed in a few hours when the others are up 🙂
Likely something in CI/CD didn't run properly or whatnot.
<!-- gh-comment-id:4439684560 -->
@AstralDestiny commented on GitHub (May 13, 2026):
It'll be fixed in a few hours when the others are up 🙂
Likely something in CI/CD didn't run properly or whatnot.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @alme1509 on GitHub (May 13, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/3063
Describe the Bug
1.18.4 version release has not install binaries, so
curl -fsSL https://static.pangolin.net/get-installer.sh | bashcommand, fails.Environment
To Reproduce
Run
curl -fsSL https://static.pangolin.net/get-installer.sh | bash, you see this 404 error in output:root@hostname:~/pangolin# curl -fsSL https://static.pangolin.net/get-installer.sh | bash [INFO] Installing latest version of installer... [INFO] Fetching latest version from GitHub... [INFO] Latest version: v1.18.4 [INFO] Detected platform: linux_amd64 [INFO] Install directory: /root/pangolin [INFO] Downloading installer from https://github.com/fosrl/pangolin/releases/download/1.18.4/installer_linux_amd64 curl: (22) The requested URL returned error: 404 root@hostname:~/pangolin#Expected Behavior
This command should download and execute the last installer binary
@AstralDestiny commented on GitHub (May 13, 2026):
It'll be fixed in a few hours when the others are up 🙂
Likely something in CI/CD didn't run properly or whatnot.
@alme1509 commented on GitHub (May 13, 2026):
Installer now is present in 1.18.4 releases page