Skip to main content
← Back to list
01Issue
BugClosedSwamp CLI
AssigneesNone

Relationships

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

Opened by mgreten · 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 PROGRESSCLOSED

Closed

6/6/2026, 9:27:55 PM

No activity in this phase yet.

03Sludge Pulse
Editable. Press Enter to edit.

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

Dupe of #580

Sign in to post a ripple.