fix: atualizar REPO_URL para health-check
This commit is contained in:
parent
4a43f21d42
commit
06b7356164
2 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
set REPO_URL "https://github.com/SantosFC/health-check.git"
|
set REPO_URL "https://github.com/SantosFC/health-check.git"
|
||||||
set INSTALL_DIR "$HOME/src/health-check"
|
set INSTALL_DIR "$HOME/src/health-monitor"
|
||||||
set CONFIG_FILE "$HOME/.config/health-check"
|
set CONFIG_FILE "$HOME/.config/health-monitor"
|
||||||
|
|
||||||
# 1. Verificar pré-requisitos
|
# 1. Verificar pré-requisitos
|
||||||
for cmd in git python3 systemctl loginctl
|
for cmd in git python3 systemctl loginctl
|
||||||
|
|
|
||||||
4
setup.sh
4
setup.sh
|
|
@ -2,8 +2,8 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
REPO_URL="https://github.com/SantosFC/health-check.git"
|
REPO_URL="https://github.com/SantosFC/health-check.git"
|
||||||
INSTALL_DIR="${HOME}/src/health-check"
|
INSTALL_DIR="${HOME}/src/health-monitor"
|
||||||
CONFIG_FILE="${HOME}/.config/health-check"
|
CONFIG_FILE="${HOME}/.config/health-monitor"
|
||||||
|
|
||||||
# 1. Verificar pré-requisitos
|
# 1. Verificar pré-requisitos
|
||||||
for cmd in git python3 systemctl loginctl; do
|
for cmd in git python3 systemctl loginctl; do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue