Created
January 12, 2021 06:54
-
-
Save v-thomp4/8f3d67f99d4bfa37a5529cd986f1bbbe to your computer and use it in GitHub Desktop.
vpn checkpoint linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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