Skip to content

Instantly share code, notes, and snippets.

@uzantonomon
Last active January 23, 2020 03:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save uzantonomon/5489a4d9fe4caf813f45bf4bde3a1ffe to your computer and use it in GitHub Desktop.
Save uzantonomon/5489a4d9fe4caf813f45bf4bde3a1ffe 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*
@maci3jka
Copy link

Hi,
I found one little bug, in the line 15 there should be cd .. instead cd..

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