mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
remove unnecessary modprobe
This commit is contained in:
parent
d11475eaf1
commit
e659a5e87b
1 changed files with 0 additions and 8 deletions
|
@ -211,14 +211,6 @@ function installWireGuard() {
|
|||
yum update -y
|
||||
amazon-linux-extras install epel -y
|
||||
yum install -y wireguard-tools iptables qrencode
|
||||
|
||||
# Enable WireGuard kernel module
|
||||
echo "Enabling WireGuard kernel module..."
|
||||
modprobe wireguard
|
||||
if ! lsmod | grep -q wireguard; then
|
||||
echo "Failed to load WireGuard kernel module"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
# Make sure the directory exists (this does not seem the be the case on fedora)
|
||||
|
|
Loading…
Add table
Reference in a new issue