Skip to content

Commit 6db2a72

Browse files
authored
perf: curl flags
1 parent 5b7ef19 commit 6db2a72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ydb/docs/en/core/reference/ydb-cli/_includes/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
To install the {{ ydb-short-name }} CLI, run the command:
1010

1111
```bash
12-
curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
12+
curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
1313
```
1414

1515
The script will install the {{ ydb-short-name }} CLI and add the executable file path to the `PATH` environment variable.
@@ -27,7 +27,7 @@
2727
To install the {{ ydb-short-name }} CLI, run the command:
2828

2929
```bash
30-
curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
30+
curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
3131
```
3232

3333
The script will install the {{ ydb-short-name }} CLI and add the executable file path to the `PATH` environment variable.

ydb/docs/ru/core/reference/ydb-cli/_includes/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Чтобы установить {{ ydb-short-name }} CLI, выполните команду:
1010

1111
```bash
12-
curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
12+
curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
1313
```
1414

1515
Скрипт установит {{ ydb-short-name }} CLI и добавит путь к исполняемому файлу в переменную окружения `PATH`.
@@ -27,7 +27,7 @@
2727
Чтобы установить {{ ydb-short-name }} CLI, выполните команду:
2828

2929
```bash
30-
curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
30+
curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash
3131
```
3232

3333
Скрипт установит {{ ydb-short-name }} CLI и добавит путь до исполняемого файла в переменную окружения `PATH`.

0 commit comments

Comments
 (0)