Skip to content

Instantly share code, notes, and snippets.

@chriselsen
Last active May 17, 2021 05:48
Show Gist options
  • Save chriselsen/7faab8b4278259b27062eec5f1220fe5 to your computer and use it in GitHub Desktop.
Save chriselsen/7faab8b4278259b27062eec5f1220fe5 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /tmp
wget https://github.com/cloudflare/gortr/releases/download/v0.14.4/gortr_0.14.4_amd64.deb
sudo dpkg -i gortr_0.14.4_amd64.deb
sudo systemctl enable gortr
sudo systemctl start gortr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment