get http://updates.mydevices.com/raspberry/myDevices-1.0.tar.gz
tar -xvzf myDevices-1.0.tar.gz
cd myDevices-1.0
diff -c setup*
*** setup.sh 2016-02-02 15:22:39.000000000 -0800
— setup.sh.orig 2016-01-22 17:30:19.000000000 -0800
*** 313,319 ****
DEFAULT=–defaultno
fi
if ! [ -e $BLACKLIST ]; then
! touch $BLACKLIST
fi
sed $BLACKLIST -i -e “s/^(blacklist[[:space:]]*spi[-]bcm2708)/#\1/"
}
— 313,319 ----
DEFAULT=–defaultno
fi
if ! [ -e $BLACKLIST ]; then
! touch $BLACKLIST sed $BLACKLIST -i -e "s/^(blacklist[[:space:]]*spi[-]bcm2708)/#\1/”
fi
sed $BLACKLIST -i -e “s/^(blacklist[[:space:]]*spi[-_]bcm2708)/#\1/”
}