JonathanxD / openaws-vpn-client

Unofficial open-source AWS VPN Client GUI for Linux
Other
62 stars 14 forks source link

Add `postInstall` phase to install patched `openvpn` #13

Closed joncol closed 8 months ago

joncol commented 8 months ago

Hi again, here's a small fix for my previous PR, that makes the openvpn version available in the $out/bin directory.

joncol commented 8 months ago

Converting this to draft PR for some experimentation... I don't want this to "overload" the default openvpn...

joncol commented 8 months ago

I went with the simple approach of renaming the file to openvpn-patched. I think that the manual steps of having to create the pwd.txt file, and set the environment variables can be made simpler, but maybe that's for a later PR. This should at least work in a basic way.

JonathanxD commented 8 months ago

I went with the simple approach of renaming the file to openvpn-patched. I think that the manual steps of having to create the pwd.txt file, and set the environment variables can be made simpler, but maybe that's for a later PR. This should at least work in a basic way.

I still dislike having the pwd.txt file there TBH, when I did this I just wanted to get things working ASAP, but now that it works, it could be the right time to go back and start improving things.

Anyway, I'll merge this PR. Thanks!