From 374485866bb7c47377d2d44c36c52b600e89635a Mon Sep 17 00:00:00 2001 From: tmferreira-ti <163651394+tmferreira-ti@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:41:08 -0300 Subject: [PATCH] . --- gerente.sh | 2 +- server1.sh | 2 +- server2.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gerente.sh b/gerente.sh index 2f8f440..f1c6c47 100644 --- a/gerente.sh +++ b/gerente.sh @@ -1,6 +1,6 @@ #!/bin/bash echo "Atualizando!!!" -wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/src/branch/main/Gerente/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/raw/branch/main/Gerente/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache reboot \ No newline at end of file diff --git a/server1.sh b/server1.sh index 91d58a4..5e6694e 100644 --- a/server1.sh +++ b/server1.sh @@ -1,6 +1,6 @@ #!/bin/bash echo "Atualizando!!!" -wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/src/branch/main/Server1/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/raw/branch/main/Server1/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache reboot \ No newline at end of file diff --git a/server2.sh b/server2.sh index 030cd05..1207c87 100644 --- a/server2.sh +++ b/server2.sh @@ -1,6 +1,6 @@ #!/bin/bash echo "Atualizando!!!" -wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/src/branch/main/Server2/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache +wget https://git.tmferreira.tec.br/tiago.ferreira/GRC/raw/branch/main/Server2/interfaces -O /etc/network/interfaces --no-check-certificate --no-cache reboot \ No newline at end of file