Skip to content

Instantly share code, notes, and snippets.

@Gromina
Last active July 4, 2018 17:54
Show Gist options
  • Save Gromina/5d06462a715700a84f768ef09482cf06 to your computer and use it in GitHub Desktop.
Save Gromina/5d06462a715700a84f768ef09482cf06 to your computer and use it in GitHub Desktop.
commands to setup tinc 1.1 from source
apt-get install -y build-essential libncurses5-dev libreadline-dev libghc-zlib-dev liblzo2-dev libssl-dev
cd /usr/local/src
wget http://www.tinc-vpn.org/packages/tinc-1.1pre15.tar.gz
tar -xvzf tinc-1.1pre15.tar.gz
cd tinc-1.1pre15
./configure --with-systemd --prefix= && make && make install
@Gromina
Copy link
Author

Gromina commented Nov 23, 2017

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