Ship Track G UX, multi-shell terminals, Swarm default-on, install.peardock.boats
Release rolling / release (push) Successful in 8m22s
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:
+7
-4
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user