Update README
Release rolling / release (push) Successful in 5m42s

This commit is contained in:
Raven Scott
2026-07-31 13:46:30 -04:00
parent d30b918442
commit d1725bc89d
4 changed files with 13 additions and 12 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
# bare-os interactive installer (peardock-style curl|bash)
#
# One-liner (Gitea raw — always works):
# curl -fsSL https://git.ssh.surf/snxraven/bare-operating-system/raw/branch/main/scripts/install.sh | bash
# One-liner (canonical):
# curl -fsSL https://install.bare-os.live | bash
#
# Canonical install host (when DNS/proxy serves this script):
# curl -fsSL https://install.bare-os.boats | bash
# Gitea raw fallback:
# curl -fsSL https://git.ssh.surf/snxraven/bare-operating-system/raw/branch/main/scripts/install.sh | bash
#
# Non-interactive:
# curl -fsSL …/scripts/install.sh | bash -s -- --seeder --yes
@@ -135,8 +135,8 @@ Usage: install.sh [options]
--help This help
One-liner:
curl -fsSL https://install.bare-os.live | bash
curl -fsSL https://git.ssh.surf/snxraven/bare-operating-system/raw/branch/main/scripts/install.sh | bash
curl -fsSL https://install.bare-os.boats | bash
EOF
exit 0
;;