Add files via upload

This commit is contained in:
xVRVx
2025-05-21 21:40:09 +03:00
committed by GitHub
parent 808d4932bc
commit 92f0b94b03
2 changed files with 2 additions and 2 deletions

View File

@@ -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]')

View File

@@ -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]')