mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
Ajuste de liga de la repo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user