mirror of
https://github.com/netdata/netdata.git
synced 2025-04-27 14:16:20 +00:00
docs: fix win deploy command for nightly (#19236)
This commit is contained in:
parent
ae632f5592
commit
6dd26c2789
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@
|
|||
command: >
|
||||
$ProgressPreference = 'SilentlyContinue';
|
||||
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: |
|
||||
### Available CLI Options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue