Back to original github master

  • If I mess up something, will doing this give me a clean version from github master and everything will be overwritten by it? Thanks

    Code
    git checkout master
    git pull
    
    
    PROJECT=RPi DEVICE=RPi2 ARCH=arm scripts/clean linux
    rm -rf /home/user/.ccache-libreelec/
    
    
    PROJECT=RPi DEVICE=RPi2 ARCH=arm make clean