Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maci3jka/e97c442f88b71631c29064978baefd90 to your computer and use it in GitHub Desktop.
Save maci3jka/e97c442f88b71631c29064978baefd90 to your computer and use it in GitHub Desktop.
cd ~
wget https://roy.marples.name/downloads/openresolv/openresolv-3.9.0.tar.xz
tar xf openresolv-3.9.0.tar.xz
cd openresolv-3.9.0
./configure
sudo make
sudo make install
cd ..
rm -rf openresolv-3.9.0*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment