Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Created January 20, 2016 09:34
Show Gist options
  • Save lee-pai-long/f58282c1f902c7f26cb5 to your computer and use it in GitHub Desktop.
Save lee-pai-long/f58282c1f902c7f26cb5 to your computer and use it in GitHub Desktop.

Install Licence Command Line In Linux Mint 17.2

Download the binary and install it
$ [sudo] curl https://storage.googleapis.com/license-binaries/linux_amd64/license \
> -o /usr/local/bin/license

Make sure /usr/local/bin/license is in your $PATH

Make it executable
$ [sudo] chmod +x /usr/local/bin/license

source : https://github.com/nishanths/license

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