diff --git a/Updates/updateCodigo.sh b/Updates/updateCodigo.sh index cef9d80..354c2a6 100644 --- a/Updates/updateCodigo.sh +++ b/Updates/updateCodigo.sh @@ -48,5 +48,5 @@ if [ -d $path/.git ]; then git reset --hard origin/master else echo "--- clone ---" - git clone https://denariu.net:9443/xx0003.git + git clone ssh://git@prontolavar.no-ip.org:16501/srv/git/xx0003.git fi \ No newline at end of file diff --git a/Updates/updateExecutaveis.sh b/Updates/updateExecutaveis.sh index 23ec9d7..f36b80d 100644 --- a/Updates/updateExecutaveis.sh +++ b/Updates/updateExecutaveis.sh @@ -10,5 +10,5 @@ if [ -d /d/executaveis/.git ]; then git reset --hard origin/master else echo "--- clone ---" - git clone https://denariu.net:9443/executaveis.git + git clone ssh://git@prontolavar.no-ip.org:16501/srv/git/executaveis.git fi \ No newline at end of file