Skip to main content
← Back to list
01Issue
BugShippedSwamp CLI
Assigneesstack72

Relationships

#580 Homepage install command: wrong domain and missing https:// protocol

Opened by mgreten · 6/6/2026· Shipped 6/6/2026

Description

The macOS install command shown on the swamp homepage uses the wrong domain and is missing the https:// protocol prefix, causing a 404 error.

Steps to Reproduce

  1. Visit the swamp homepage
  2. Copy the install command: curl -fsSL swamp-club.com/install.sh | sh
  3. Run it in a terminal

Actual Behavior

curl: (22) The requested URL returned error: 404

Expected Behavior

The install command should work. The correct command is:

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

Root Cause

Two issues with the homepage command:

  1. Wrong domain: swamp-club.com instead of swamp.club
  2. Missing protocol: https:// is required for curl to resolve the URL correctly

Environment

  • macOS (darwin-aarch64)
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 4 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORECONTRIBUTOR_NOTIFIED

Shipped

6/6/2026, 9:50:40 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack726/6/2026, 9:33:07 PM
Editable. Press Enter to edit.

stack72 commented 6/6/2026, 9:51:01 PM

Thanks @mgreten for reporting this! The fix has been merged and a release is on its way. We appreciate your contribution to swamp.

mgreten commented 6/7/2026, 12:18:41 AM

Well done sir! Thank you for the amazing tool!

Sign in to post a ripple.