From 58be7ac5f81259b58da70912dbbce6b65b5a3645 Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Tue, 20 May 2025 12:52:46 +0300 Subject: [PATCH] Add files via upload --- autoXRAY.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoXRAY.sh b/autoXRAY.sh index cde8514..efae241 100644 --- a/autoXRAY.sh +++ b/autoXRAY.sh @@ -2,8 +2,8 @@ echo "Обновление и установка необходимых пакетов..." apt update && apt install sudo -y -sudo apt update && sudo apt upgrade -y -sudo apt install -y jq +#sudo apt update && sudo apt upgrade -y +sudo apt update && sudo apt install -y jq echo "Настройка DNS..." echo -e "nameserver 8.8.4.4\nnameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null