Ajuste de liga de la repo

This commit is contained in:
Marco Gallegos
2025-11-08 15:55:35 -06:00
parent f36cc9e1ff
commit 0790c2be61
3 changed files with 13 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${SCRIPT_DIR}/common.sh"
# Usar REPO_BASE si está definido, sino usar el valor por defecto
REPO_BASE="${REPO_BASE:-https://raw.githubusercontent.com/marcogll/scripts_mg/refs/heads/main/omarchy_zsh_setup}"
REPO_BASE="${REPO_BASE:-https://raw.githubusercontent.com/marcogll/omarchy_setup/main}"
install_zsh() {
log_step "Configuración de Zsh"
@@ -73,4 +73,3 @@ EOF
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
install_zsh "$@"
fi