From a26b88def70fd4627d7dc71629d9d9f6436ed4de Mon Sep 17 00:00:00 2001 From: wallaceosmar Date: Sat, 23 Nov 2024 23:36:20 +0000 Subject: [PATCH] Atualizar install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b461c10..2e7f301 100644 --- a/install.sh +++ b/install.sh @@ -1,8 +1,8 @@ #!/bin/bash # URLs for configuration files -DOCKER_COMPOSE_URL="https://git.masscivicdynamic.com/masscivicdynamic/nexo-cloud/raw/branch/main/script/docker-compose.yml" -KUBERNETES_DEPLOY_URL="https://git.masscivicdynamic.com/masscivicdynamic/nexo-cloud/raw/branch/main/script/kube-deploy.yaml" +DOCKER_COMPOSE_URL="https://git.masscivicdynamic.com/masscivicdynamic/nexo-cloud-scripts/raw/branch/main/docker-compose.yml" +KUBERNETES_DEPLOY_URL="https://git.masscivicdynamic.com/masscivicdynamic/nexo-cloud-scripts/raw/branch/main/kube-deploy.yaml" ENV_FILE="/data/nexo-cloud/.env" DATA_DIR="/data/nexo-cloud" SSL_DIR="$DATA_DIR/ssh"