From d8fecb1cb70fb0004501f9836374f348ba8e4362 Mon Sep 17 00:00:00 2001 From: igferne Date: Wed, 7 Jan 2026 15:57:29 +0100 Subject: [PATCH] Installer url repo fix --- install_beyond.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_beyond.sh b/install_beyond.sh index 9ee0886..8cd1575 100644 --- a/install_beyond.sh +++ b/install_beyond.sh @@ -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"