From 06b73561643e571851dd861f46987821b888bb50 Mon Sep 17 00:00:00 2001 From: SantosFC <33733406+SantosFC@users.noreply.github.com> Date: Sun, 7 Jun 2026 03:30:37 -0300 Subject: [PATCH] fix: atualizar REPO_URL para health-check --- setup.fish | 4 ++-- setup.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.fish b/setup.fish index 43935a2..e073b5a 100644 --- a/setup.fish +++ b/setup.fish @@ -1,8 +1,8 @@ #!/usr/bin/env fish set REPO_URL "https://github.com/SantosFC/health-check.git" -set INSTALL_DIR "$HOME/src/health-check" -set CONFIG_FILE "$HOME/.config/health-check" +set INSTALL_DIR "$HOME/src/health-monitor" +set CONFIG_FILE "$HOME/.config/health-monitor" # 1. Verificar pré-requisitos for cmd in git python3 systemctl loginctl diff --git a/setup.sh b/setup.sh index 8e82895..f7632cc 100644 --- a/setup.sh +++ b/setup.sh @@ -2,8 +2,8 @@ set -euo pipefail REPO_URL="https://github.com/SantosFC/health-check.git" -INSTALL_DIR="${HOME}/src/health-check" -CONFIG_FILE="${HOME}/.config/health-check" +INSTALL_DIR="${HOME}/src/health-monitor" +CONFIG_FILE="${HOME}/.config/health-monitor" # 1. Verificar pré-requisitos for cmd in git python3 systemctl loginctl; do