From e726e4c8e00b84a552fddd7fed0cdc04b26a1be1 Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Wed, 18 Mar 2026 00:06:17 +0300 Subject: [PATCH] Add files via upload --- test/autoXRAY1-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/autoXRAY1-test.sh b/test/autoXRAY1-test.sh index 7596c55..91d70a3 100644 --- a/test/autoXRAY1-test.sh +++ b/test/autoXRAY1-test.sh @@ -6,7 +6,7 @@ RED='\033[1;31m' YEL='\033[1;33m' NC='\033[0m' # No Color -echo -e "${GRN}Версия: 111 ${NC}" +echo -e "${GRN}Версия: 222 ${NC}" [[ $EUID -eq 0 ]] || { echo -e "${RED}❌ скрипту нужны root права ${NC}"; exit 1; } @@ -18,7 +18,7 @@ if [ -z "$DOMAIN" ]; then fi echo -e "${YEL}Обновление и установка необходимых пакетов...${NC}" -apt-get update && apt-get install curl jq dnsutils openssl nginx certbot -y +apt-get update && apt-get install curl jq dnsutils openssl nginx certbot wget tar -y systemctl enable --now nginx LOCAL_IP=$(hostname -I | awk '{print $1}')