Skip to content

Instantly share code, notes, and snippets.

@paneru-rajan
Created July 13, 2018 12:35
Show Gist options
  • Save paneru-rajan/95fd71e763e88f2417e7dbc84f373644 to your computer and use it in GitHub Desktop.
Save paneru-rajan/95fd71e763e88f2417e7dbc84f373644 to your computer and use it in GitHub Desktop.
[Install Lepton in ubuntu] Installing Lepton in ubuntu 18 #ubuntu #lepton #gist

Steps To install Lepton on ubunut

I have installed in ubunut 18

Goto Releases page on Github and get latest file having .AppImage in end and replace that with mine in below code:

cd /opt/
sudo wget https://github.com/hackjutsu/Lepton/releases/download/1.6.3-beta/Lepton-1.6.3-beta.1-x86_64.AppImage
sudo chmod a+x Lepton-1.6.3-beta.1-x86_64.AppImage
sudo ./Lepton-1.6.3-beta.1-x86_64.AppImage

Please hit YES during installation and login into github account!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment