wireguard-install icon indicating copy to clipboard operation
wireguard-install copied to clipboard

Debian 11 Support

Open ipod86 opened this issue 2 years ago • 6 comments

Hello, the script looks really great. I would be happy to use it. Unfortunately I can't run it on Debian 11, it references Debian 10. Is support for Debian 11 planned?

ipod86 avatar Jul 04 '23 12:07 ipod86

define "i can't run on debian 11", i.e. what is your actual problem?

mator avatar Jul 26 '23 07:07 mator

I get the answer from line 39 in the script.

"Your version of Debian (${VERSION_ID}) is not supported. Please use Debian 10 Buster or later"

ipod86 avatar Jul 26 '23 07:07 ipod86

Could you run the script with bash -x ./wireguard-install.sh?

It should not happen, because the script checks if the version is <10, so >=10 should be supported.

angristan avatar Jul 26 '23 16:07 angristan

or just post here the output of /etc/os-release :

$ cat /etc/os-release

so we would see how does VERSION_ID is defined

mator avatar Jul 27 '23 08:07 mator

For the record, I just installed wireguard on Debian 11 without a problem

the values for ID and VERSION_ID from my os-release are as follows.

ID=debian
VERSION_ID="11"

If yours are different you might want to check if it is really Debian 11 you have installed.

rucksacklabs avatar Aug 22 '23 09:08 rucksacklabs

Install on a virtual private machine with a public internet address then connecting from an android client worked very smoothly for me. On the server:

$ cat /etc/debian_version 
11.8

TomGoBravo avatar Oct 25 '23 10:10 TomGoBravo