Skip to content

Commit

Permalink
feat(networking): install ngrok
Browse files Browse the repository at this point in the history
Signed-off-by: Calvin Taylor <[email protected]>
  • Loading branch information
kolvin committed Sep 16, 2022
1 parent 793ba10 commit 9606ac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_once_before_install-packages-darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ brew "helix"
brew "postgresql"
brew "pnpm"
brew "thefuck"
brew "ngrok"

cask "1password"
cask "aws-vault"
Expand Down
3 changes: 3 additions & 0 deletions scripts/run_once_before_install-packages-linux.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ sudo apt install build-essential -y
# Install chezmoi
sh -c "$(curl -fsLS chezmoi.io/get)"

# Install ngrok
curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | sudo tee /etc/apt/sources.list.d/ngrok.list && sudo apt install ngrok

# Install NVM (node)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

Expand Down

0 comments on commit 9606ac7

Please sign in to comment.