mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Install error on debian 10
Without this, it can be installed on a newly installed version of debian 10. One line is enough to fix it.
This commit is contained in:
parent
25c486f9e8
commit
b2e8b32fe0
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ function installWireGuard() {
|
|||
apt-get update
|
||||
fi
|
||||
apt update
|
||||
apt-get install -y wireguard-dkms
|
||||
apt-get install -y iptables resolvconf qrencode
|
||||
apt-get install -y -t buster-backports wireguard
|
||||
elif [[ ${OS} == 'fedora' ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue