Portál AbcLinuxu, 10. května 2025 22:15
#!/bin/bash # prereq: wget, patch, appropriate linux-headers TMP_DIR="/tmp/cvpn" mkdir $TMP_DIR cd $TMP_DIR # ciscovpn client # !!! for AMD64b use this file: http://projects.tuxx-home.at/ciscovpn/clients/linux/4.8.02/vpnclient-linux-x86_64-4.8.02.0030-k9-AMD64_ONLY_by_t3x.tar.gz wget http://projects.tuxx-home.at/ciscovpn/clients/linux/4.8.02/vpnclient-linux-x86_64-4.8.02.0030-k9.tar.gz # patch for 2.6.38+ kernels wget http://www.fseitz.de/download/vpnclient.patch-2.6.38 # patch for 3+ kernels wget http://vytautas.net/files/blog/vpnclient_linux3.0.diff # extracting tar -zxf vpnclient-linux-x86_64-4.8.02.0030-k9.tar.gz # patching cd vpnclient patch <../vpnclient_linux3.0.diff patch <../vpnclient.patch-2.6.38 # install ./vpn_install
This script is provided "as is" and "with all faults." I make no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this script.:D
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.