openvpn-install
openvpn-install copied to clipboard
debian unstable is unsupported
@Nyr
Consider updating your system OS to a version that still receives updates. Out dated systems hold insecure packages.
Consider updating your system OS to a version that still receives updates. Out dated systems hold insecure packages.
i'm on the latest possible version of debian?
That is a question to ask yourself.
"bookworm" is not in release state. Author will likely wait. Or look for someone to patch it in.
https://www.debian.org/releases/bookworm/
Please Use Debian 11 Stable Called "bullseye"
there is no reason why this script shouldn't be supported by debian's bleeding edge & testing releases. it works perfectly fine if you remove the compatibility check, this is an issue due to the fact that /etc/debian_version doesn't return the version as a number. https://github.com/Nyr/openvpn-install/blob/master/openvpn-install.sh#L31 https://github.com/Nyr/openvpn-install/blob/master/openvpn-install.sh#L53
It will work but can you guarantee all packages are secure?
This is why we wait for release, there are testing procedures programmers follow to keep production versions secure.
It will work but can you guarantee all packages are secure? This is why we wait for release, there are testing procedures programmers follow to keep production versions secure.
even if there was a package with security issues i don't see how that matters as this has nothing to do with that. this script supports other bleeding edge distro releases, please stop embarrassing yourself over this.
So you found problem, fixed it and instead of helping the community, you came to complain.
This is not Facebook
I agree, would be nice to run this script on Debian Testing.
I do not want to commit support for testing or unstable, or to rewrite the version check and deal with issues from unsupported versions.
So while anyone is free and even encouraged to override the version check if they wish, this is a project with limited resources and no plans to officially support unstable/testing distros.
That said, I am fixing the version check to be more specific.