Browse Source

Merge pull request #29 from masterix21/master

Update go.sh
Andrea Pollastri 5 years ago
parent
commit
7120147f8e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      go.sh

+ 4 - 0
go.sh

@@ -7,6 +7,10 @@ echo "Wait..."
 sleep 3s
 echo -e "\n"
 
+sudo echo $DBPASS > /root/MYSQL_PWD
+
+sudo apt-get -y install dnsutils
+
 #VARS
 IP=$(dig +short myip.opendns.com @resolver1.opendns.com)