File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
en/core/reference/ydb-cli/_includes
ru/core/reference/ydb-cli/_includes Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
** PowerShell.** To do this, run the command:
44
44
45
45
``` powershell
46
- iex (New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1 ')
46
+ iex (New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows ')
47
47
```
48
48
49
49
Specify whether to add the executable file path to the `PATH` environment variable:
55
55
**cmd.** To do this, run the command:
56
56
57
57
```cmd
58
- @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1 '))"
58
+ @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows '))"
59
59
```
60
60
61
61
Specify whether to add the executable file path to the `PATH` environment variable:
Original file line number Diff line number Diff line change 43
43
* PowerShell. Для этого выполните команду:
44
44
45
45
``` powershell
46
- iex (New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1 ')
46
+ iex (New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows ')
47
47
```
48
48
49
49
Укажите, нужно ли добавить путь к исполняемому файлу в переменную окружения `PATH`:
55
55
* cmd. Для этого выполните команду:
56
56
57
57
```cmd
58
- @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1 '))"
58
+ @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows '))"
59
59
```
60
60
61
61
Укажите, нужно ли добавить путь к исполняемому в переменную окружения `PATH`:
You can’t perform that action at this time.
0 commit comments