Setup: Update your bootloader - BillyBlaze/OctoPrint-TouchUI GitHub Wiki

  1. Goto your TouchUI startup folder:

    cd ~/TouchUI-autostart/
    
  2. Update the files with git*

    git pull
    
  3. Restart TouchUI

    sudo service touchui restart
    

*If you made changes in the files and you cannot pull. Then reset the files with git reset --hard You will lose your changes.