mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
parent
3d8acde916
commit
e95575b033
@ -28,6 +28,8 @@ apt-get install -qy \
|
||||
git \
|
||||
netcat
|
||||
|
||||
curl -sSO https://dl.google.com/cloudagents/install-logging-agent.sh | bash
|
||||
|
||||
## Install the VSTS agent
|
||||
groupadd --gid 3000 vsts
|
||||
useradd \
|
||||
|
@ -74,6 +74,12 @@ Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name
|
||||
# Disable UAC
|
||||
New-ItemProperty -Path HKLM:Software\Microsoft\Windows\CurrentVersion\policies\system -Name EnableLUA -PropertyType DWord -Value 0 -Force
|
||||
|
||||
# Redirect logs to SumoLogic
|
||||
|
||||
cd $env:UserProfile;
|
||||
Invoke-WebRequest https://dl.google.com/cloudagents/windows/StackdriverLogging-v1-9.exe -OutFile StackdriverLogging-v1-9.exe;
|
||||
.\StackdriverLogging-v1-9.exe /S /D="C:\Stackdriver\Logging\"
|
||||
|
||||
# Install chocolatey
|
||||
iex (New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user