0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-27 14:16:20 +00:00

docs: fix win deploy command for nightly ()

This commit is contained in:
Ilya Mashchenko 2024-12-17 11:50:56 +02:00 committed by GitHub
parent ae632f5592
commit 6dd26c2789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -585,7 +585,7 @@
command: > command: >
$ProgressPreference = 'SilentlyContinue'; $ProgressPreference = 'SilentlyContinue';
Invoke-WebRequest https://github.com/netdata/netdata-nightlies/releases/latest/download/netdata-x64.msi -OutFile "netdata-x64.msi"; Invoke-WebRequest https://github.com/netdata/netdata-nightlies/releases/latest/download/netdata-x64.msi -OutFile "netdata-x64.msi";
msiexec /qn /i netdata-x64.msi {% if $showClaimingOptions %}/TOKEN={% claim_token %} /ROOMS={% $claim_rooms %}{% /if %} msiexec /qn /i netdata-x64.msi {% if $showClaimingOptions %}TOKEN={% claim_token %} ROOMS={% $claim_rooms %}{% /if %}
additional_info: | additional_info: |
### Available CLI Options ### Available CLI Options