Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
an0Nym0us63 committed Feb 1, 2015
1 parent d5bde41 commit bf4d4ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Syno/install_drivers_alias.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
#!/bin/sh
wget http://github.com/sarakha63/Jeedom_Syno/raw/master/Syno/cp210x.ko
wget http://github.com/sarakha63/Jeedom_Syno/raw/master/Syno/ftdi_sio.ko
wget http://github.com/sarakha63/Jeedom_Syno/raw/master/Syno/pl2303.ko
wget http://github.com/sarakha63/Jeedom_Syno/raw/master/Syno/usbserial.ko
wget http://github.com/sarakha63/Jeedom_Syno/raw/master/Syno/S99Modules.sh
mv *.ko /lib/modules
mv S99Modules.sh /usr/syno/etc.defaults/rc.d/
chmod 777 /usr/syno/etc.defaults/rc.d/S99Modules.sh
cp /bin/ash /usr/local/debian-chroot/var/chroottarget/bin/
echo 'alias debian="chroot /usr/local/debian-chroot/var/chroottarget/ /bin/bash"' >> ~/.profile
rm /volume1/debian
ln -s /usr/local/debian-chroot/var/chroottarget/ /volume1/debian
wget http://github.com/sarakha63/Jeedom_Syno/raw/master/Syno/jeedom.zip
unzip jeedom.zip -d /volume1/@appstore
ln -s /volume1/@appstore/jeedom/ui /usr/syno/synoman/webman/3rdparty/jeedom

0 comments on commit bf4d4ec

Please sign in to comment.