mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[GH-ISSUE #3063] 1.18.4 version release has not install binaries #23597
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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