Skip to content

Instantly share code, notes, and snippets.

@lolotux
Last active May 26, 2017 07:09
Show Gist options
  • Save lolotux/7fcee00275f901edfde098f6c8e1dc4d to your computer and use it in GitHub Desktop.
Save lolotux/7fcee00275f901edfde098f6c8e1dc4d to your computer and use it in GitHub Desktop.
Checkpoint SNX VPN client installation shell script
# To have script anywhere, anytime, ever, everybody
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/
@lolotux
Copy link
Author

lolotux commented Apr 19, 2017

Just fork to have link forever

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment