Commit d281f8f9 authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

wrong arm version

parent 17fd3a34
...@@ -165,14 +165,14 @@ install_vpn_server (){ ...@@ -165,14 +165,14 @@ install_vpn_server (){
PREFIX="http://www.softether-download.com/files/softether/" PREFIX="http://www.softether-download.com/files/softether/"
URL=$(wget -q $PREFIX -O - | html2text | grep rtm | awk ' { print $(NF) }' | tail -1) URL=$(wget -q $PREFIX -O - | html2text | grep rtm | awk ' { print $(NF) }' | tail -1)
SUFIX="${URL/-tree/}" SUFIX="${URL/-tree/}"
DLURL=$PREFIX$URL"/Linux/SoftEther%20VPN%20Server/32bit%20-%20ARM%20legacy%20ABI/softether-vpnserver-$SUFIX-linux-arm-32bit.tar.gz" DLURL=$PREFIX$URL"/Linux/SoftEther%20VPN%20Server/32bit%20-%20ARM%20EABI/softether-vpnserver-$SUFIX-linux-arm_eabi-32bit.tar.gz"
wget $DLURL wget $DLURL
tar xfz softether-vpnserver-$SUFIX-linux-arm-32bit.tar.gz tar xfz softether-vpnserver-$SUFIX-linux-arm_eabi-32bit.tar.gz
rm softether-vpnserver-$SUFIX-linux-arm-32bit.tar.gz rm softether-vpnserver-$SUFIX-linux-arm_eabi-32bit.tar.gz
cd vpnserver cd vpnserver
make i_read_and_agree_the_license_agreement make i_read_and_agree_the_license_agreement
cd .. cd ..
mv vpnserver /usr/local cp -R vpnserver /usr/local
cd /usr/local/vpnserver/ cd /usr/local/vpnserver/
chmod 600 * chmod 600 *
chmod 700 vpncmd chmod 700 vpncmd
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment