Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save heartshare/75ec0c07ddb64c09e93e6bf9eee3d409 to your computer and use it in GitHub Desktop.
Save heartshare/75ec0c07ddb64c09e93e6bf9eee3d409 to your computer and use it in GitHub Desktop.
install-wireguard-on-open-wrt.sh
opkg install wireguard bash coreutils-stat
mkdir /etc/wireguard
ln -s /proc/self/fd /dev/fd # fix /dev/fd/63 error: ... < (...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment