Read the statement by Michael Teeuw here.
install upgrade scripts changed for version 2.25 and node 20
-
as I face the same “node 20.8.0, but got 20.5.1” problematic, I tried to use upgrade script and get the error:
-
@bdream what system are you running on?
show output ofuname -a
-
@sdetweil said in install upgrade scripts changed for version 2.,25 and node 20:
uname -a
Linux MagicMirror 5.15.32-v7+ #1538 SMP Thu Mar 31 19:38:48 BST 2022 armv7l GNU/Linux
-
@bdream if u click the link while viewing here, you should see the source of the script
this sounds like an Internet issue
that error says it could not download the script
-
@sdetweil I wonder as I can ping from the Raspi and also get the usual update script working.
From my PC I can also see both scripts in testit and in master
-
@bdream interesting… never seen a problem like that before…
-
@sdetweil I wonder as both scrips are nearly same.
one is running other gives error in line 1 from script. I can’t see a difference :( -
@sdetweil Great work Sam. Do we need to run the node script first?
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/node20_install.sh)”
Or just the normal upgrade process with apply?
After fixing my dev machine I am about ready to give your script a go on my mirror but want to just double check if the node script is still required.
-
@bdream try this
curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/testit/upgrade-script.sh
-
@sdetweil I get the whole script shown on the screen