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

added BT sync

parent bc88c7b6
...@@ -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
......
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