Skip to content

Instantly share code, notes, and snippets.

@mciverza
Forked from rkueny/snx_install.sh
Created June 8, 2018 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mciverza/dcaf161736935cb7dee444427e39f55d to your computer and use it in GitHub Desktop.
Save mciverza/dcaf161736935cb7dee444427e39f55d to your computer and use it in GitHub Desktop.
Checkpoint SNX VPN client installation shell script
mkdir temp && cd temp
# for linux 'amd64' architecture install those packages:
sudo apt-get install libx11-6:i386 libpam0g:i386 libstdc++5:i386 lib32z1 lib32ncurses5 lib32bz2-1.0
wget https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh
sudo ./snx_install.sh
cd .. && rm -rf temp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment