Moode Forum
[PROBLEM] I'm on 6.2.0. Can't upgrade. - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] I'm on 6.2.0. Can't upgrade. (/showthread.php?tid=1908)



I'm on 6.2.0. Can't upgrade. - radu- - 11-20-2019

This is the first time I have this problem. I went and checked for an update and moode tells me I'm up to date, even though I'm on 6.2.0. Can I somehow force it? I'm on a RPi 3B+.


RE: I'm on 6.2.0. Can't upgrade. - Tim Curtis - 11-20-2019

Thats odd.

You can try updating via the commands below.

Code:
# 6.2.0 -> 6.2.1
sudo /var/www/command/updater.sh r620
sudo reboot

# 6.2.1 -> 6.3.0
sudo /var/www/command/updater.sh r621
sudo reboot



RE: I'm on 6.2.0. Can't upgrade. - radu- - 11-20-2019

Thanks a lot, Tim! It worked.