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

debian_version is determined wrong

Open treeshateorcs opened this issue 5 years ago • 2 comments

this is wrong

https://github.com/Nyr/wireguard-install/blob/137b08a8fb7f0f237a6a270232f000ef49d2f757/wireguard-install.sh#L34

my debian_version file only consists of "bullseye/sid", no numbers, i'm on the unstable branch of debian

treeshateorcs avatar May 15 '20 19:05 treeshateorcs

Unstable distributions are not officially supported and never will be, but this can be improved.

I'm keeping this issue open and will be addressed during the next few days. In the meantime you can of course override version check for the entire script changing the variable to os_version="10".

Nyr avatar May 15 '20 19:05 Nyr

that's what i did

treeshateorcs avatar May 15 '20 19:05 treeshateorcs