diff --git a/02-install.sh b/02-install.sh index 0f84b71..bc961dd 100755 --- a/02-install.sh +++ b/02-install.sh @@ -6,7 +6,7 @@ if [ "$EUID" -eq 0 ]; then exit 1 fi -REPO_URL="git@git.simplifiedprivacy.com:Support/operator-docker.git" +REPO_URL="git@git.simplifiedprivacy.com:zenaku/operator-docker.git" echo "=== Cloning operator-docker repo ===" GIT_SSH_COMMAND='ssh -o StrictHostKeyChecking=no' git clone "$REPO_URL" operator-docker