diff --git a/app-deploy.sh b/app-deploy.sh index 0a6bfdc..1b93c01 100755 --- a/app-deploy.sh +++ b/app-deploy.sh @@ -238,7 +238,7 @@ function script_auto_update { echo echo "Fetching new data..." mkdir .app_deploy_tmp - git clone --quiet git@github.com:infinum/app-deploy-script.git .app_deploy_tmp + git clone --quiet https://github.com/infinum/app-deploy-script.git .app_deploy_tmp echo "Updating..." cat .app_deploy_tmp/app-deploy.sh > /usr/local/bin/app-deploy echo "Cleaning temporary files..." diff --git a/install.sh b/install.sh index fb71841..4908a4c 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ fi echo echo "Fetching script data..." mkdir .app_deploy_tmp -git clone --quiet git@github.com:infinum/app-deploy-script.git .app_deploy_tmp +git clone --quiet https://github.com/infinum/app-deploy-script.git .app_deploy_tmp echo "Installing..." cat .app_deploy_tmp/app-deploy.sh > /usr/local/bin/app-deploy