Last active
August 29, 2015 14:04
-
-
Save whywaita/a3a0aab5e9f2728517e9 to your computer and use it in GitHub Desktop.
wget https://gist.githubusercontent.com/whywaita/a3a0aab5e9f2728517e9/raw/bd8f0bd6be037d0f6bde8eb9aaa2258bca4c148c/installse.sh && chmod +x installse.sh && ./installse.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for Raspberry Pi