From 3e578407366cc85c87f765905db4202e87de3ec5 Mon Sep 17 00:00:00 2001 From: mroot Date: Thu, 31 Jul 2025 18:47:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=B0=D0=B2=D1=82=D0=BE=D1=81=D0=BE=D0=B3=D0=BB?= =?UTF-8?q?=D0=B0=D1=81=D0=B8=D0=B5=20=D0=BD=D0=B0=20=D1=83=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D1=83=20=D0=BF=D0=B0=D0=BA=D0=B5?= =?UTF-8?q?=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yarx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarx.sh b/yarx.sh index 22c96e6..b465b5e 100644 --- a/yarx.sh +++ b/yarx.sh @@ -1,7 +1,7 @@ #!/bin/bash wget https://github.com/XTLS/Xray-core/releases/download/v1.8.4/Xray-linux-64.zip -sudo apt install unzip +sudo apt install unzip -y sudo mkdir /opt/xray sudo unzip ./Xray-linux-64.zip -d /opt/xray sudo chmod +x /opt/xray/xray