mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-10-31 18:52:31 +00:00
Merge pull request #109 from angristan:ubuntu-no-ppa
Ubuntu: remove PPA, use native packages
This commit is contained in:
commit
5a65e88667
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user