You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"export CROSS_COMPILE=/opt/gcc-arm64/usr/bin/aarch64-linux-gnu-"| sudo tee -a /etc/dkms/framework.conf
32
+
echo"export LD_LIBRARY_PATH=/opt/gcc-arm64/usr/lib/aarch64-linux-gnu/:/opt/gcc-arm64/lib/aarch64-linux-gnu/:\$LD_LIBRARY_PATH"| sudo tee -a /etc/dkms/framework.conf
33
+
```
24
34
25
35
## Wireguard
26
36
27
37
Installing Wireguard is very simple with DKMS and makes Wireguard to be auto-updated
28
38
after kernel change.
29
39
30
-
Following the documentation from https://www.wireguard.com/install/:
40
+
Following the documentation from https://www.wireguard.com/install/ Ubuntu,
41
+
visit the wireguard webpage for Debian documentation:
0 commit comments