Skip to main content
← Back to list
01Issue
BugShippedSwamp CLITeam
Assigneesswamp_lord

Relationships

#983 install.sh still points users to systeminit/swamp

Opened by evrardjp · 7/6/2026· Shipped 7/6/2026

Description

The curl installer completes successfully, but the post-install "Learn more" link still points to the old systeminit/swamp GitHub repository instead of the current swamp-club/swamp location.

Steps to reproduce

Run the documented curl installer as root/on a Linux x86_64 host:

curl -fsSL https://swamp-club.com/install.sh | sh

Observed output

--- Downloading and installing 'swamp' release 'stable' on 'linux-x86_64'
  - Downloading https://artifacts.swamp-club.com/swamp/stable/binary/linux/x86_64/swamp-stable-binary-linux-x86_64.tar.gz to /tmp/tmp.jOc5HuVwu4/swamp-stable-binary-linux-x86_64.tar.gz (curl)
  - Following S3 redirect to https://artifacts.swamp-club.com/swamp/20260706.015952.0-sha.a3f4a37c/binary/linux/x86_64/swamp-20260706.015952.0-sha.a3f4a37c-binary-linux-x86_64.tar.gz
--- Extracting 'swamp-stable-binary-linux-x86_64.tar.gz'
  - Extracting archive ... done.
--- Installing 'swamp'
  - Installing '/usr/local/bin/swamp' ... done.
--- Installation of 'swamp' release 'stable' complete
       swamp 20260706.015952.0-sha.a3f4a37c

  - Next steps:
  - 
  -   1. Initialize a swamp repository:
  -        cd your-project && swamp repo init
  - 
  -   2. Set up shell completions (optional):
  -        swamp completions --help
  - 
  -   3. Join the community:
  -        https://discord.gg/swamp-club
  - 
  - Learn more: https://github.com/systeminit/swamp

Expected behavior

The final link should point to the current Swamp repository or documentation, for example:

https://github.com/swamp-club/swamp

or the appropriate current docs URL.

Environment

  • Installer URL: https://swamp-club.com/install.sh
  • Release channel: stable
  • Installed version: 20260706.015952.0-sha.a3f4a37c
  • Platform shown by installer: linux-x86_64
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPEDSHIPPED

Shipped

7/6/2026, 6:42:03 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
swamp_lord assigned swamp_lord7/6/2026, 6:42:01 PM
Editable. Press Enter to edit.

swamp_lord commented 7/6/2026, 6:28:22 PM

Thanks for the sharp-eyed report, @evrardjp! You were spot on — the installer's post-install 'Learn more' link was still pointing at the old systeminit/swamp repo. It now points to github.com/swamp-club/swamp, the fix shipped in #1766, and the live installer at swamp-club.com/install.sh has been purged and verified serving the corrected link. Appreciate you catching this.

Sign in to post a ripple.