sdetweil / MagicMirror_scripts

Magic Mirror installation and setup scripts
360 stars 64 forks source link

Latest MM commit not updating with script #62

Closed kevmang closed 1 year ago

kevmang commented 1 year ago

Hi Sam

Great script! I used to spend at least 15 minutes everytime I updated MM manually going through log files and fiing errors. After finding your MagicMirror_scripts I haven't had to do this since :)

I've found one minor issue today. MM is saying there's an update as the current installation is 1 commit behind the master branch. when I checked, it's still the same version (2.22.0) but it looks like some documentation was updated without updating the version #. It looks like your script (and rightfully so) works off version numbers, hence why I get this message in the log file when running your script: local version 2.22.0 already same as master 2.22.0.

Is there any way to force update?

Cheers

sdetweil commented 1 year ago

yes, replace apply Parm with force

sdetweil commented 1 year ago

this problem is because they didn't update the version, and it's only a readme change.. no code

kevmang commented 1 year ago

Force update works perfectly. Thanks!