diff --git a/autoXRAYselfsteal.sh b/autoXRAYselfsteal.sh index 729e6ac..b5ab52d 100644 --- a/autoXRAYselfsteal.sh +++ b/autoXRAYselfsteal.sh @@ -10,7 +10,7 @@ fi echo "Обновление и установка необходимых пакетов..." apt update && apt install sudo -y #sudo apt update && sudo apt upgrade -y -sudo apt update && sudo apt install -y jq && sudo apt install dnsutils +sudo apt update && sudo apt install jq && sudo apt install dnsutils -y LOCAL_IP=$(hostname -I | awk '{print $1}') DNS_IP=$(dig +short "$DOMAIN" | grep '^[0-9]') diff --git a/autoXRAYselfstealConfRU.sh b/autoXRAYselfstealConfRU.sh index c331888..0c31f5e 100644 --- a/autoXRAYselfstealConfRU.sh +++ b/autoXRAYselfstealConfRU.sh @@ -10,7 +10,7 @@ fi echo "Обновление и установка необходимых пакетов..." apt update && apt install sudo -y #sudo apt update && sudo apt upgrade -y -sudo apt update && sudo apt install -y jq && sudo apt install dnsutils +sudo apt update && sudo apt install jq && sudo apt install dnsutils -y LOCAL_IP=$(hostname -I | awk '{print $1}') DNS_IP=$(dig +short "$DOMAIN" | grep '^[0-9]')