Skip to content

Instantly share code, notes, and snippets.

@JoeX2
Forked from lolotux/snx_install.sh
Created May 26, 2017 07:09
Show Gist options
  • Save JoeX2/f537eacdbaad8e824495a7954aeaca2c to your computer and use it in GitHub Desktop.
Save JoeX2/f537eacdbaad8e824495a7954aeaca2c 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
wget https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh
sudo sh snx_install.sh
cd .. && rm -rf temp/
@JoeX2
Copy link
Author

JoeX2 commented May 26, 2017

Updated to work on my Ubuntu 17.04
Removed unnecessary package version dependency that Ubuntu doesn't have and fixed sudo line so that it works.

@erzads
Copy link

erzads commented Apr 12, 2019

I know it's been a long time, but do you have a newer snx version?

@mossad-zika
Copy link

@erzads same question

@JoeX2
Copy link
Author

JoeX2 commented Mar 15, 2020

No Sorry.
I no longer have customers using this VPN product. So I have not used the script for for time. And I can not really test it up against real solutions anymore.
I think it is unfortunate that Check Point doesn't just put it on their website.

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