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
7b4267c7
Commit
7b4267c7
authored
Nov 06, 2014
by
Igor Pečovnik
Browse files
typo
parent
4e8ad67d
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions.sh
View file @
7b4267c7
...
...
@@ -187,9 +187,9 @@ install_btsync (){
#--------------------------------------------------------------------------------------------------------------------------------
cd
/tmp
if
[
"
$(
dpkg
--print-architecture
|
grep
armhf
)
"
!=
""
]
;
then
wget http://download.getsyncapp.com/endpoint/btsync/os/linux-arm/track/stable/btsync_arm.tar.gz |
tar
-xz
wget http://download.getsyncapp.com/endpoint/btsync/os/linux-arm/track/stable/btsync_arm.tar.gz
-O
-
|
tar
-xz
else
wget http://download-new.utorrent.com/endpoint/btsync/os/linux-i386/track/stable/bittorrent_sync_i386.tar.gz |
tar
-xz
wget http://download-new.utorrent.com/endpoint/btsync/os/linux-i386/track/stable/bittorrent_sync_i386.tar.gz
-O
-
|
tar
-xz
fi
mv
btsync /usr/local/bin
ln
-sf
/lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
...
...
@@ -215,7 +215,7 @@ DLURL=$PREFIX$URL"/Linux/SoftEther%20VPN%20Server/32bit%20-%20ARM%20EABI/softeth
else
DLURL
=
$PREFIX$URL
"/Linux/SoftEther%20VPN%20Server/32bit%20-%20Intel%20x86/softether-vpnserver-
$SUFIX
-linux-x86-32bit.tar.gz"
fi
wget
$DLURL
|
tar
-xz
wget
$DLURL
-O
-
|
tar
-xz
cd
vpnserver
make i_read_and_agree_the_license_agreement
cd
..
...
...
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