Update Guide - Teraskull/music_led_strip_control-wiki GitHub Wiki
In order to update MLSC, follow the steps below:
Ensure you are not inside the MLSC music_led_strip_control
directory.
Stop the MLSC service:
sudo systemctl stop mlsc.service
Run the MLSC Automated installation Script:
curl -sSL https://raw.githubusercontent.com/TobKra96/music_led_strip_control/master/setup.sh | sudo bash
Input "Y", when the following prompt appears:
[2/3] Installing MLSC...
MLSC is already installed. Do you want to reinstall it? [y/N]
Start the MLSC service:
sudo systemctl start mlsc.service
Note: Your config will be automatically restored after updating MLSC. If you want to manually make a backup of config.json
, it is saved in /share/.mlsc/config.json
.