Yes they have to be 32bits, this is important.
sudo pacman -Sy lib32-pam lib32-libx11 lib32-gcc-libs lib32-nss nssI use trizen as AUR package manager change to your AUR package manager if you use another.
trizen -Sy lib32-libstdc++5sudo chmod +x snx_install_linux30.shsudo ./snx_install_linux30.shsnx -s [REPLACE_WITH_YOUR_VPN_IP] -u [REPLACE_WITH_YOUR_USERNAME]If you don't want type this every time you can create a alias in your .bashrc or .zshrc:
MY_USERNMAE=REPLACE_WITH_YOUR_USERNAME
MY_PASSWORD=REPLACE_WITH_YOUR_PASSWORD
alias checkpoint-vpn='echo $MY_PASSWORD | snx -s [REPLACE_WITH_YOUR_VPN_IP] -u $MY_USERNAME'snx -d#vpn #checkpoint #snx #archlinux
Hey! Thanks for this example!
I've tried to reproduce installation this way, but I have an error after
trizen -Sy lib32-libstdc++5call:Have you encountered such a problem?