Posts by celeburdi

    and it this working whit Vu+ 4k ?

    No.

    This is a patched version from v4.1.


    Patch from (v4.1) preinst:

    Code
    if grep -qs 'getMachineBrand=Vu' cat /tmp/boxbranding.cfg  ; then
        echo "                                 "
        echo "*********************************"
        echo "Not supported Box found! Aborted!"
        echo "*********************************"
        echo "                                 "
        exit 1

    to (v4.2) preinst:

    Code
    if grep -qs 'getMachineBrand=xx' cat /tmp/boxbranding.cfg  ; then
        echo "                                 "
        echo "*********************************"
        echo "Not supported Box found! Aborted!"
        echo "*********************************"
        echo "                                 "
        exit 1

    So there is no error for Vu Box, but does not install the necessary files.


    Celeburdi