angristan / wireguard-install

WireGuard VPN installer for Linux servers
https://stanislas.blog/2019/01/how-to-setup-vpn-server-wireguard-nat-ipv6/
MIT License
7.96k stars 1.3k forks source link

Fix installation on Raspbian systems #271

Closed andreipampukha closed 2 years ago

andreipampukha commented 3 years ago

This PR fixes https://github.com/angristan/wireguard-install/issues/263 Since Raspbian and Debian share OS version ID in /etc/os-release, and there are the same wireguard packages in both distros, it's OK to consider them the same OS further down in the script.

angristan commented 2 years ago

Thanks!