Skip to content

Instantly share code, notes, and snippets.

@queeup
queeup / modify_OpenELEC_squashfs.sh
Created April 15, 2012 16:52
Modify OpenELEC SYSTEM squashfs filesytem
#!/bin/sh
if [ ! $@ ]; then
echo "Need OpenELEC archive file. Exiting!"
exit 0
fi
if [ ! `which mksquashfs` ]; then
echo "Your system doesn't seem to have squashfs-tools installed"
echo "You can install this package with:"