mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
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:
parent
d0edf07d11
commit
f9bb85a5a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user