Skip to content

Commit

Permalink
Update cloudshellrdp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Sep 13, 2021
1 parent 5b5dc61 commit 28ca1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudshellrdp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip > /dev/nu
unzip ngrok-stable-linux-amd64.zip > /dev/null 2>&1
read -p "Ctrl + V Authtoken: " CRP
./ngrok authtoken $CRP
nohup ./ngrok tcp 3389 & > /dev/null 2>&1
nohup ./ngrok tcp 3389 &>/dev/null &
echo Downloading File From akuh.net
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A6DCF7707EBC211F > /dev/null 2>&1
sudo apt-add-repository "deb http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu bionic main" > /dev/null 2>&1
Expand Down

0 comments on commit 28ca1ac

Please sign in to comment.