diff --git a/install.sh b/install.sh index 676564c..01e645d 100755 --- a/install.sh +++ b/install.sh @@ -74,12 +74,6 @@ echo "" # ══════════════════════════════════════════════════════════════════════════════ install_docker() { - # GitHub-Repo abfragen wenn nicht gesetzt - if [[ "$REPO_URL" == *"yourorg"* || -z "$REPO_URL" ]]; then - read -rp " Gitea-Repository URL (z.B. https://gitea.example.com/org/archivmail.git): " REPO_URL - [[ -n "$REPO_URL" ]] || die "Kein Repository angegeben." - fi - # ── Docker installieren ─────────────────────────────────────────────────── info "Installiere Docker..." if command -v docker &>/dev/null; then