Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomasmetal23/e2cbcd7613d499945a02bcd5808400c2 to your computer and use it in GitHub Desktop.
Save tomasmetal23/e2cbcd7613d499945a02bcd5808400c2 to your computer and use it in GitHub Desktop.
arm
cd ~
git clone https://github.com/tomasmetal23/network-manager-wireguard.git
cd network-manager-wireguard
./autogen.sh --without-libnm-glib
./configure --without-libnm-glib \
--prefix=/usr \
--without-libnm-glib \
--sysconfdir=/etc \
--libdir=/usr/lib/arm-linux-gnueabihf \
--libexecdir=/usr/lib/NetworkManager \
--localstatedir=/var
sudo 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