Read the statement by Michael Teeuw here.
2.22.0 but showing update available?
-
My mirror is running v2.22.0 but is showing that there is an update available (1 commit behind master).
I tried the updater script and it says I’m up-to-date, and restarting the mirror (either by PM2 restart or a reboot) does not clear the update message.
Has there been an update commit which maybe hasn’t bumped the version number or something?
Everything’s still running fine, the update available message is just a bit unsightly though ;)
-
@DarrenHill use force on the update script instead of apply. they didn’t update the version number. which is what I check
-
There was an additional commit yesterday. I don’t work with an update script, so I don’t know what yours does. In this case just go into your MagicMirror folder and run
git pull
. -
It’s @sdetweil script - the one linked from GH here .
Was more curious about why that would be saying I’m up to date if there is a commit. If there is a version-up missing or something.
-
@DarrenHill use force on the update script instead of apply. they didn’t update the version number. which is what I check
-
@DarrenHill said in 2.22.0 but showing update available?:
Was more curious about why that would be saying I’m up to date if there is a commit. If there is a version-up missing or something.
There was a small fix in the README, actually totally irrelevant to the operation of the mirror.
-
@KristjanESPERANTO - Yes, I just saw that when I did the git pull.
As I said, I wanted to flag it though as the recommended route for updates is that script, which would appear not to be working correctly otherwise.
@sdetweil - thanks, clear. Will do so, although I’m up to date anyway now after the git pull.