Forked from uzantonomon/install-openresolv-fedora-25
Created
December 27, 2017 09:03
-
-
Save maci3jka/e97c442f88b71631c29064978baefd90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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