Add files via upload

This commit is contained in:
xVRVx
2025-05-20 12:52:46 +03:00
committed by GitHub
parent 3f2cd2210e
commit 58be7ac5f8

View File

@@ -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