diff options
author | Danil Shaymurzin <im@murka.me> | 2022-04-20 20:28:08 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 20:28:08 +0500 |
commit | 6db2a7222e67e63b6883d56a147733f749c965e6 (patch) | |
tree | a1404becdc1128eaf28889b5fcdf23b998809371 | |
parent | 5b7ef1959c0611f575a20aedff2af617b20348b1 (diff) | |
download | ydb-6db2a7222e67e63b6883d56a147733f749c965e6.tar.gz |
perf: curl flags
-rw-r--r-- | ydb/docs/en/core/reference/ydb-cli/_includes/install.md | 4 | ||||
-rw-r--r-- | ydb/docs/ru/core/reference/ydb-cli/_includes/install.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ydb/docs/en/core/reference/ydb-cli/_includes/install.md b/ydb/docs/en/core/reference/ydb-cli/_includes/install.md index 87c5f29882..7dde39da8e 100644 --- a/ydb/docs/en/core/reference/ydb-cli/_includes/install.md +++ b/ydb/docs/en/core/reference/ydb-cli/_includes/install.md @@ -9,7 +9,7 @@ To install the {{ ydb-short-name }} CLI, run the command: ```bash - curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash + curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash ``` The script will install the {{ ydb-short-name }} CLI and add the executable file path to the `PATH` environment variable. @@ -27,7 +27,7 @@ To install the {{ ydb-short-name }} CLI, run the command: ```bash - curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash + curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash ``` The script will install the {{ ydb-short-name }} CLI and add the executable file path to the `PATH` environment variable. diff --git a/ydb/docs/ru/core/reference/ydb-cli/_includes/install.md b/ydb/docs/ru/core/reference/ydb-cli/_includes/install.md index bedf4ac02a..459696a9cf 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/_includes/install.md +++ b/ydb/docs/ru/core/reference/ydb-cli/_includes/install.md @@ -9,7 +9,7 @@ Чтобы установить {{ ydb-short-name }} CLI, выполните команду: ```bash - curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash + curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash ``` Скрипт установит {{ ydb-short-name }} CLI и добавит путь к исполняемому файлу в переменную окружения `PATH`. @@ -27,7 +27,7 @@ Чтобы установить {{ ydb-short-name }} CLI, выполните команду: ```bash - curl https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash + curl -sSL https://storage.yandexcloud.net/yandexcloud-ydb/install.sh | bash ``` Скрипт установит {{ ydb-short-name }} CLI и добавит путь до исполняемого файла в переменную окружения `PATH`. |