Skip to content

Instantly share code, notes, and snippets.

@natesales
Created April 24, 2021 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natesales/6457877a952fe0059146fe6d2806c734 to your computer and use it in GitHub Desktop.
Save natesales/6457877a952fe0059146fe6d2806c734 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Bootstrap a Teleport install on Debian
sudo apt install -y curl software-properties-common gnupg2
curl https://deb.releases.teleport.dev/teleport-pubkey.asc | sudo apt-key add -
sudo add-apt-repository 'deb https://deb.releases.teleport.dev/ stable main'
sudo apt-get update
sudo apt-get -y install teleport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment