Diogo-Paulico / FCT-VPN

Allows for FCT's Checkpoint VPN to be used on Linux
23 stars 5 forks source link

Arch script fails if yay isn't installed, even if the AUR dependency is. #12

Closed flip-rossi closed 1 year ago

flip-rossi commented 1 year ago

I think it should be possible for users to be able to install the AUR dependency (lib32-libstdc++5) manually or through another AUR helper. So the script should check if it is not installed, and, only then try to install with yay. The README should also indicate that the user should either have the AUR package installed, or yay for automatic installation, since currently there is no indication of what went wrong in the "Dependency set install'" step.

ttmx commented 1 year ago

Boas Flip :P I'll accept the pull request, but be warned, our method seems to be a bit unstable. Its recommended to use this repository instead, its properly tested and works everywhere with nearly 0 configuration. https://github.com/ruyrybeyro/chrootvpn

flip-rossi commented 1 year ago

Boas Flip :P I'll accept the pull request, but be warned, our method seems to be a bit unstable. Its recommended to use this repository instead, its properly tested and works everywhere with nearly 0 configuration. https://github.com/ruyrybeyro/chrootvpn

Oh, alright then. Will check it out. Thanks