Skip to content

Commit

Permalink
Point at latest ngrok agents
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 16, 2023
1 parent 52ad496 commit b601c0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 47 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ngrok-macos-10.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/ngrok-ubuntu-18.04.yml

This file was deleted.

6 changes: 3 additions & 3 deletions start_ngrok_tunnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ echo "### Prep for remote login and install ngrok ###"

case $(uname) in
Darwin)
PKG="https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-darwin-amd64.zip"
PKG="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-darwin-amd64.zip"
;;
Linux)
# By default, the Actions runner user lacks a .ssh directory and also
# has a home directory with permissions 777, and sshd will refuse to
# allow an incoming connection in that state.
chmod 755 "$HOME"
mkdir "$HOME"/.ssh
PKG="https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip"
PKG="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz"
;;
*_NT-*)
# I wasn't able to get remote login working on Windows using the public key
Expand All @@ -30,7 +30,7 @@ case $(uname) in
exit 1
fi
net user "$USER" "$USER_PASS"
PKG="https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip"
PKG="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-windows-amd64.zip"
exe=.exe
;;
esac
Expand Down

0 comments on commit b601c0d

Please sign in to comment.