remove -O option from curl command in order to pipe script contents t… (#953)

* remove -O option from curl command in order to pipe script contents to bash

* follow redirects for stackdriver

Co-Authored-By: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
This commit is contained in:
Brian Hansen 2019-05-15 14:33:01 -04:00 committed by mergify[bot]
parent d0edf07d11
commit f9bb85a5a7

View File

@ -28,7 +28,7 @@ apt-get install -qy \
git \
netcat
curl -sSO https://dl.google.com/cloudagents/install-logging-agent.sh | bash
curl -sSL https://dl.google.com/cloudagents/install-logging-agent.sh | bash
## Install the VSTS agent
groupadd --gid 3000 vsts