Skip to content

Instantly share code, notes, and snippets.

@dburriss
Created September 25, 2018 18:22
Show Gist options
  • Save dburriss/c0c788a098a49f903a9e1ab74650189d to your computer and use it in GitHub Desktop.
Save dburriss/c0c788a098a49f903a9e1ab74650189d to your computer and use it in GitHub Desktop.
Installs adr-tools on Windows Ubuntu Bash
wget https://github.com/npryce/adr-tools/archive/3.0.0.tar.gz
tar -xf 3.0.0.tar.gz
export PATH="$PATH:~/adr-tools-3.0.0/src/"
source ~/.profile
@dburriss
Copy link
Author

dburriss commented Oct 16, 2018

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