+5
-5
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user