Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-10-24 22:23:21 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-10-24 22:23:21 +0300
commit088b55c9ed1091a715e3d1015c9b864a3e631495 (patch)
tree23df3e2b4b43bc8a4554bd6678d276ecd4067a72
parentc800e29900d673d01b7d8cab8081719f9201cd65 (diff)
readme
-rw-r--r--README.es_ES.md3
-rw-r--r--README.md3
-rw-r--r--README.ru_RU.md3
-rw-r--r--README.zh_CN.md3
4 files changed, 4 insertions, 8 deletions
diff --git a/README.es_ES.md b/README.es_ES.md
index 6c564112..a557d0cd 100644
--- a/README.es_ES.md
+++ b/README.es_ES.md
@@ -35,8 +35,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.
Para instalar la versión deseada, utiliza el siguiente comando de instalación. Por ejemplo, ver `v1.7.9`:
```
-VERSION=v1.7.9
-bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION
+VERSION=v1.7.9 && <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION
```
## Certificado SSL
diff --git a/README.md b/README.md
index be28f32f..35e29b0b 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.
To install your desired version, use following installation command. e.g., ver `v1.7.9`:
```
-VERSION=v1.7.9
-bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION
+VERSION=v1.7.9 && bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION
```
## SSL Certificate
diff --git a/README.ru_RU.md b/README.ru_RU.md
index 5d5f620e..e5b05dc0 100644
--- a/README.ru_RU.md
+++ b/README.ru_RU.md
@@ -35,8 +35,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.
Чтобы установить желаемую версию, используйте следующую команду установки. Например, ver `v1.7.9`:
```
-VERSION=v1.7.9
-bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION
+VERSION=v1.7.9 && <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION
```
## SSL Сертификат
diff --git a/README.zh_CN.md b/README.zh_CN.md
index 748098c6..6ad22d0c 100644
--- a/README.zh_CN.md
+++ b/README.zh_CN.md
@@ -35,8 +35,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.
要安装您想要的版本,请使用以下安装命令。例如,ver `v1.7.9`:
```
-VERSION=v1.7.9
-bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION
+VERSION=v1.7.9 && <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION
```
### SSL证书