Installer url repo fix

This commit is contained in:
igferne
2026-01-07 15:57:29 +01:00
parent 1315417c53
commit d8fecb1cb7

View File

@@ -5,7 +5,7 @@ set -euo pipefail
# CONFIGURACIÓN BÁSICA EDITA ESTO
###############################################
# TODO: pon aquí la URL real de tu repo (sin credenciales)
REPO_URL_DEFAULT="https://github.com/tu-usuario/BeyondDiagnosis.git"
REPO_URL_DEFAULT="https://github.com/igferne/Beyond-Diagnosis.git"
INSTALL_DIR="/opt/beyonddiagnosis"
###############################################
@@ -28,7 +28,7 @@ require_root() {
###############################################
# 1. COMPROBACIONES INICIALES
###############################################
require_root()
require_root
step "Recogiendo datos de configuración"