Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created January 12, 2021 06:54
Show Gist options
  • Save v-thomp4/8f3d67f99d4bfa37a5529cd986f1bbbe to your computer and use it in GitHub Desktop.
Save v-thomp4/8f3d67f99d4bfa37a5529cd986f1bbbe to your computer and use it in GitHub Desktop.
vpn checkpoint linux
sudo su
dpkg --add-architecture i386
apt-get update
apt-get install libstdc++5:i386 libx11-6:i386 libpam0g:i386
wget https://starkers.keybase.pub/snx_install_linux30.sh?dl=1 -O snx_install.sh
chmod a+rx snx_install.sh
./snx_install.sh
snx -s vpn.local.host -u username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment