Actualizar 02-install.sh
This commit is contained in:
parent
d3e20df961
commit
3fff9ce0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue