#!/usr/bin/env bash # ============================================================================ # EdgeGuard — Bootstrap Installer (One-Liner) # ============================================================================ # Usage: # curl -fsSL https://get.edgeguard.netcell-it.de | sudo bash # curl -fsSL https://get.edgeguard.netcell-it.de | sudo bash -s -- \ # --join https:// --token # # Platform: Debian 13 (Trixie) or Ubuntu 24.04 LTS (Noble), amd64 + arm64. # Idempotent — safe to re-run. # ============================================================================ set -euo pipefail # ─── TODO — Stub. Wird in Task #4 implementiert. ──────────────────────────── echo "EdgeGuard installer stub — full install.sh follows in Task #4." exit 0