From bf59708a43c55fd8b1be377f324d80e6c1b35440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Toledo=20Goncalves?= Date: Tue, 16 Sep 2025 22:50:34 +0000 Subject: [PATCH] Atualizar Instal-Proxy-Sinc.sh --- Instal-Proxy-Sinc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instal-Proxy-Sinc.sh b/Instal-Proxy-Sinc.sh index e616410..c5c908e 100644 --- a/Instal-Proxy-Sinc.sh +++ b/Instal-Proxy-Sinc.sh @@ -19,7 +19,7 @@ CONFIG_DIR="/etc/proxy-sinc" PATHS_FILE="${CONFIG_DIR}/paths.conf" # URL do repositório onde o script de instalação (este ficheiro) está guardado. # Usado pelo comando de auto-atualização 'proxy-sinc-update'. -UPDATE_REPO_URL="https://git.itguys.com.br/joao.goncalves/NgixProxy_Pathfinder/raw/branch/main/Instal-Proxy-Sinc.sh" +UPDATE_REPO_URL="http://git.itguys.com.br/joao.goncalves/NgixProxy_Pathfinder/raw/branch/main/Instal-Proxy-Sinc.sh" # --- Funções de Ajuda --- info() { echo -e "\e[32m[INFO]\e[0m $1"; }