Skip to content

Instantly share code, notes, and snippets.

@Davidnet
Created November 20, 2017 18:40
Show Gist options
  • Save Davidnet/86bb3d0811b96cb7b71ff43cdb477abe to your computer and use it in GitHub Desktop.
Save Davidnet/86bb3d0811b96cb7b71ff43cdb477abe to your computer and use it in GitHub Desktop.
Installation of latern
#!/bin/bash
curl -O https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-64-bit.deb
sudo apt install ./lantern-installer-64-bit.deb
echo 'Installation complete! Bon Voyage!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment