Skip to content

Commit

Permalink
Update centos7-mate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Oct 1, 2021
1 parent d35fbdf commit ca5f525
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions GC/centos7-mate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ wget -O ng.sh https://bit.ly/GCngrok > /dev/null 2>&1
chmod +x ng.sh
./ng.sh
clear
echo "======================="
echo choose ngrok region
echo "======================="
echo "us - United States (Ohio)"
echo "eu - Europe (Frankfurt)"
echo "ap - Asia/Pacific (Singapore)"
echo "au - Australia (Sydney)"
echo "sa - South America (Sao Paulo)"
echo "jp - Japan (Tokyo)"
echo "in - India (Mumbai)"
read -p "choose ngrok region: " CRP
./ngrok tcp --region $CRP 3388 &>/dev/null &
echo "===================================="
echo "Install RDP"
echo "===================================="
Expand Down

0 comments on commit ca5f525

Please sign in to comment.