Read the statement by Michael Teeuw here.
install upgrade scripts changed for version 2.25 and node 20
-
@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
-
@bdream as it should,
I see there was a problem with the " in the 1st post…
try again, copy/paste that line again
-
@sdetweil Just to let you know this script worked fine on my Mirror first time. Did not need to run the Node one
-
@mumblebaj said in install upgrade scripts changed for version 2.25 and node 20:
Did not need to run the Node one
correct… it is part of the install and upgrade scripts now
did u run the testit branch version?