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
fc182104
Commit
fc182104
authored
Feb 06, 2014
by
Igor Pečovnik
Browse files
added BT sync
parent
bc88c7b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
fc182104
...
@@ -139,6 +139,23 @@ apt-get -y install ruby tesseract-ocr libtiff-tools
...
@@ -139,6 +139,23 @@ apt-get -y install ruby tesseract-ocr libtiff-tools
}
}
#############################################################################
#############################################################################
install_btsync
(){
#############################################################################
# Install Personal cloud
#
wget http://download.getsyncapp.com/endpoint/btsync/os/linux-arm/track/stable/btsync_arm.tar.gz
tar
xvfz btsync_arm.tar.gz
mv
btsync /usr/local/bin
ln
-sf
/lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
chmod
+x /usr/local/bin/btsync
sed
-e
's/exit 0//g'
-i
/etc/rc.local
cat
>>
/etc/rc.local
<<
"
EOF
"
/usr/local/bin/btsync
exit 0
EOF
}
#############################################################################
install_DashNTP
(){
install_DashNTP
(){
#############################################################################
#############################################################################
echo
"dash dash/sh boolean false"
| debconf-set-selections
echo
"dash dash/sh boolean false"
| debconf-set-selections
...
...
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