fix: atualizar REPO_URL para health-check

This commit is contained in:
SantosFC 2026-06-07 03:30:37 -03:00
parent 4a43f21d42
commit 06b7356164
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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