File tree 2 files changed +4
-4
lines changed
en/core/reference/ydb-cli/_includes
ru/core/reference/ydb-cli/_includes
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
To install the {{ ydb-short-name }} CLI, run the command:
10
10
11
11
``` bash
12
- curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
12
+ curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
13
13
```
14
14
15
15
The script will install the {{ ydb-short-name }} CLI and add the executable file path to the ` PATH` environment variable.
27
27
To install the {{ ydb-short-name }} CLI, run the command:
28
28
29
29
` ` ` bash
30
- curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
30
+ curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
31
31
` ` `
32
32
33
33
The script will install the {{ ydb-short-name }} CLI and add the executable file path to the ` PATH` environment variable.
Original file line number Diff line number Diff line change 9
9
Чтобы установить {{ ydb-short-name }} CLI, выполните команду:
10
10
11
11
``` bash
12
- curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
12
+ curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
13
13
```
14
14
15
15
Скрипт установит {{ ydb-short-name }} CLI и добавит путь к исполняемому файлу в переменную окружения ` PATH` .
27
27
Чтобы установить {{ ydb-short-name }} CLI, выполните команду:
28
28
29
29
` ` ` bash
30
- curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
30
+ curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
31
31
` ` `
32
32
33
33
Скрипт установит {{ ydb-short-name }} CLI и добавит путь до исполняемого файла в переменную окружения ` PATH` .
You can’t perform that action at this time.
0 commit comments