Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
d281f8f9
Commit
d281f8f9
authored
Feb 26, 2014
by
Igor Pečovnik
Browse files
wrong arm version
parent
17fd3a34
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
d281f8f9
...
...
@@ -165,14 +165,14 @@ install_vpn_server (){
PREFIX
=
"http://www.softether-download.com/files/softether/"
URL
=
$(
wget
-q
$PREFIX
-O
- | html2text |
grep
rtm |
awk
' { print $(NF) }'
|
tail
-1
)
SUFIX
=
"
${
URL
/-tree/
}
"
DLURL
=
$PREFIX$URL
"/Linux/SoftEther%20VPN%20Server/32bit%20-%20ARM%20
legacy%20
ABI/softether-vpnserver-
$SUFIX
-linux-arm-32bit.tar.gz"
DLURL
=
$PREFIX$URL
"/Linux/SoftEther%20VPN%20Server/32bit%20-%20ARM%20
E
ABI/softether-vpnserver-
$SUFIX
-linux-arm
_eabi
-32bit.tar.gz"
wget
$DLURL
tar
xfz softether-vpnserver-
$SUFIX
-linux-arm-32bit
.tar.gz
rm
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
_eabi
-32bit
.tar.gz
cd
vpnserver
make i_read_and_agree_the_license_agreement
cd
..
mv
vpnserver /usr/local
cp
-R
vpnserver /usr/local
cd
/usr/local/vpnserver/
chmod
600
*
chmod
700 vpncmd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment