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"; }