Skip to content

Instantly share code, notes, and snippets.

@tomasmetal23
Last active January 29, 2020 21:10
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 tomasmetal23/27f50ffe0ff03807e710f04a2fc0917d to your computer and use it in GitHub Desktop.
Save tomasmetal23/27f50ffe0ff03807e710f04a2fc0917d to your computer and use it in GitHub Desktop.
Debian
cd ~
git clone https://github.com/tomasmetal23/network-manager-wireguard.git
cd network-manager-wireguard
./autogen.sh
./configure --prefix=/usr \
--without-libnm-glib \
--sysconfdir=/etc \
--libdir=/usr/lib/x86_64-linux-gnu \
--libexecdir=/usr/lib/NetworkManager \
--localstatedir=/var
make install
cd ..
rm -rf network-manager-wireguard
systemctl restart NetworkManager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment