Ship Track G UX, multi-shell terminals, Swarm default-on, install.peardock.boats
Release rolling / release (push) Successful in 8m22s

Probe bash/sh/ash and related shells until a container terminal works, enable Swarm APIs by default, add keyboard go-chords and appearance prefs, and point install docs at https://install.peardock.boats.
This commit is contained in:
Raven Scott
2026-07-11 18:06:46 -04:00
parent 5d1815070d
commit 42a69c6dc7
20 changed files with 1305 additions and 110 deletions
+7 -4
View File
@@ -2,11 +2,11 @@
# peardock interactive installer
#
# One-liner:
# curl -fsSL https://git.ssh.surf/snxraven/peardock/raw/branch/main/scripts/install.sh | bash
# curl -fsSL https://install.peardock.boats | bash
#
# Non-interactive:
# curl -fsSL ... | bash -s -- --server
# curl -fsSL ... | bash -s -- --client
# curl -fsSL https://install.peardock.boats | bash -s -- --server
# curl -fsSL https://install.peardock.boats | bash -s -- --client
# PEARDOCK_ROLE=server bash scripts/install.sh --yes
#
# Env overrides:
@@ -18,6 +18,9 @@
# PEARDOCK_CLIENT_DIR=... (default: ~/.local/share/peardock or ~/Applications)
# PEARDOCK_YES=1 — assume defaults / non-interactive where possible
#
# Canonical install host: https://install.peardock.boats (serves this script)
# Site: https://peardock.boats
#
set -euo pipefail
# ─── defaults ───────────────────────────────────────────────────────────────
@@ -125,7 +128,7 @@ Usage: install.sh [options]
--help This help
One-liner:
curl -fsSL ${GITEA_URL}/${OWNER}/${REPO}/raw/branch/main/scripts/install.sh | bash
curl -fsSL https://install.peardock.boats | bash
EOF
exit 0
;;