Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian 11 Support #462

Open
ipod86 opened this issue Jul 4, 2023 · 6 comments
Open

Debian 11 Support #462

ipod86 opened this issue Jul 4, 2023 · 6 comments

Comments

@ipod86
Copy link

ipod86 commented Jul 4, 2023

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?

@mator
Copy link

mator commented Jul 26, 2023

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

@ipod86
Copy link
Author

ipod86 commented Jul 26, 2023

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"

@angristan
Copy link
Owner

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.

@mator
Copy link

mator commented Jul 27, 2023

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

$ cat /etc/os-release

so we would see how does VERSION_ID is defined

@rucksacklabs
Copy link

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.

@TomGoBravo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants