We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11475e commit e659a5eCopy full SHA for e659a5e
wireguard-install.sh
@@ -211,14 +211,6 @@ function installWireGuard() {
211
yum update -y
212
amazon-linux-extras install epel -y
213
yum install -y wireguard-tools iptables qrencode
214
-
215
- # Enable WireGuard kernel module
216
- echo "Enabling WireGuard kernel module..."
217
- modprobe wireguard
218
- if ! lsmod | grep -q wireguard; then
219
- echo "Failed to load WireGuard kernel module"
220
- exit 1
221
- fi
222
fi
223
224
# Make sure the directory exists (this does not seem the be the case on fedora)
0 commit comments