From 8cb6c19210c6943f3a72919664bd186ef2145bb2 Mon Sep 17 00:00:00 2001 From: veeso Date: Wed, 8 Mar 2023 12:07:25 +0100 Subject: [PATCH] updated curl --- README.md | 2 +- docs/de/README.md | 2 +- docs/es/README.md | 2 +- docs/fr/README.md | 2 +- docs/it/README.md | 2 +- docs/zh-CN/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 43adaad..fcb45f0 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ If you want to contribute to this project, don't forget to check out our [contri If you are a Linux, a FreeBSD or a MacOS user this simple shell script will install termscp on your system with a single command: ```sh -curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh +curl -sSLf http://get-termscp.veeso.dev | sh ``` > ❗ MacOs installation requires [Homebrew](https://brew.sh/), otherwise the Rust compiler will be installed diff --git a/docs/de/README.md b/docs/de/README.md index 0b70189..91bc508 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -166,7 +166,7 @@ Wenn Sie zu diesem Projekt beitragen möchten, vergessen Sie nicht, unseren [Bei Wenn Sie ein Linux-, FreeBSD- oder MacOS-Benutzer sind, installiert dieses einfache Shell-Skript termscp mit einem einzigen Befehl auf Ihrem System: ```sh -curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh +curl -sSLf http://get-termscp.veeso.dev | sh ``` Wenn Sie ein Windows-Benutzer sind, können Sie termscp mit [Chocolatey](https://chocolatey.org/) installieren: diff --git a/docs/es/README.md b/docs/es/README.md index 86f5490..919184a 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -166,7 +166,7 @@ Si desea contribuir a este proyecto, no olvide consultar nuestra [guía de contr Si tu eres un usuario de Linux, FreeBSD o MacOS, este sencillo script de shell instalará termscp en tu sistema con un solo comando: ```sh -curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh +curl -sSLf http://get-termscp.veeso.dev | sh ``` mientras que si eres un usuario de Windows, puedes instalar termscp con [Chocolatey](https://chocolatey.org/): diff --git a/docs/fr/README.md b/docs/fr/README.md index 1055c51..49e7ba5 100644 --- a/docs/fr/README.md +++ b/docs/fr/README.md @@ -166,7 +166,7 @@ Si tu veux contribuer à ce projet, n'oublié pas de consulter notre [guide de c Si tu es un utilisateur Linux, FreeBSD ou MacOS ce simple shell script installera termscp sur te système en un seule commande: ```sh -curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh +curl -sSLf http://get-termscp.veeso.dev | sh ``` tandis que si tu es un utilisateur Windows, tu peux installer termscp avec [Chocolatey](https://chocolatey.org/): diff --git a/docs/it/README.md b/docs/it/README.md index 7ec56a7..3f6c3c3 100644 --- a/docs/it/README.md +++ b/docs/it/README.md @@ -166,7 +166,7 @@ Se vuoi contribuire al progetto, non dimenticarti di leggere la [contribute guid Se sei un utente che utilizza Linux, FreeBSD o MacOS, questo shell script installerà termscp sul tuo sistema con un comando secco: ```sh -curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh +curl -sSLf http://get-termscp.veeso.dev | sh ``` mentre se sei un utente Windows, puoi installare termscp con [Chocolatey](https://chocolatey.org/): diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md index 94b2fa6..28930e7 100644 --- a/docs/zh-CN/README.md +++ b/docs/zh-CN/README.md @@ -169,7 +169,7 @@ termscp 是一个功能丰富的终端文件浏览和传输工具,支持 SCP/S 如果您是 Linux、FreeBSD 或 MacOS 用户,使用以下简单的 shell 脚本通过单行指令在您的系统上安装 termscp: ```sh -curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh +curl -sSLf http://get-termscp.veeso.dev | sh ``` 如果您是 Windows 用户,则可以使用 [Chocolatey](https://chocolatey.org/) 安装 termscp: