mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Will not be installed but necessary
This is required for a fresh installation because otherwise it cannot be started. Without this change, the error message "RTNETLINK answers: Operation not supported" is output at the start.
This commit is contained in:
parent
d91423643c
commit
d3734196a2
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ function installWireGuard() {
|
|||
apt-get update
|
||||
fi
|
||||
apt update
|
||||
apt-get install -y iptables resolvconf qrencode
|
||||
apt-get install -y -t buster-backports wireguard
|
||||
apt-get install -y iptables resolvconf qrencode
|
||||
apt-get install -y -t buster-backports wireguard wireguard-dkms
|
||||
elif [[ ${OS} == 'fedora' ]]; then
|
||||
if [[ ${VERSION_ID} -lt 32 ]]; then
|
||||
dnf install -y dnf-plugins-core
|
||||
|
|
Loading…
Add table
Reference in a new issue