Skip to content

Instantly share code, notes, and snippets.

@hasasn
Created May 5, 2017 21:49
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 hasasn/b6a24160702e808d28c04117d715ff54 to your computer and use it in GitHub Desktop.
Save hasasn/b6a24160702e808d28c04117d715ff54 to your computer and use it in GitHub Desktop.
sudo apt-get install -y apt-transport-https wget
wget -qO - https://apt.signalsciences.net/gpg.key | sudo apt-key add -
sudo tee /etc/apt/sources.list.d/sigsci-release.list <<-'EOF'
deb https://apt.signalsciences.net/release/ubuntu/ xenial main
EOF
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment