diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | wireguard-install.sh | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -13,7 +13,7 @@ WireGuard does not fit your environment? Check out [openvpn-install](https://git Supported distributions: -- Ubuntu 16.04+ +- Ubuntu >= 16.04 - Debian 10 - Fedora - CentOS diff --git a/wireguard-install.sh b/wireguard-install.sh index fda5711..b2e9a41 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -124,10 +124,7 @@ function installWireGuard() { # Install WireGuard tools and module if [[ ${OS} == 'ubuntu' ]]; then - apt-get install -y software-properties-common - add-apt-repository -y ppa:wireguard/wireguard apt-get update - apt-get install -y "linux-headers-$(uname -r)" apt-get install -y wireguard iptables resolvconf qrencode elif [[ ${OS} == 'debian' ]]; then if ! grep -rqs "^deb .* buster-backports" /etc/apt/; then |