Skip to content

Instantly share code, notes, and snippets.

@whywaita
Last active August 29, 2015 14:04
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 whywaita/a3a0aab5e9f2728517e9 to your computer and use it in GitHub Desktop.
Save whywaita/a3a0aab5e9f2728517e9 to your computer and use it in GitHub Desktop.
# ref: http://blog.gepuro.net/archives/72
# https://gist.github.com/masawada/7867339
cd $HOME
mkdir src && cd src
wget http://jp.softether-download.com/files/softether/v4.10-9473-beta-2014.07.12-tree/Linux/SoftEther_VPN_Server/32bit_-_ARM_EABI/softether-vpnserver-v4.10-9473-beta-2014.07.12-linux-arm_eabi-32bit.tar.gz
tar xvfz $HOME/src/softether-vpnserver-v4.10-9473-beta-2014.07.12-linux-arm_eabi-32bit.tar.gz
cd $HOME/src/vpnserver
make
echo "SoftEther install done!"
@whywaita
Copy link
Author

for Raspberry Pi

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