Read the statement by Michael Teeuw here.
YAPi0 Installer Stretch Lite
-
@sdetweil Hi Sam, u ask me to exchange my run-start.sh with your mentioned input?
and do a reboot? -
@bdream really do you think it is a good idea?
if u want to try it
3 changes
1. replace file (save old one) 2 chmod +x run-start.sh 3. edit package,json change "start": "sh run-start.sh", to "start": "./run-start.sh",
for install we would move electron to the optional section, so install will finish ok
"optionalDependencies": { "electron": "^3.0.13" },
wait!!!
have to edit 3 lines of new file to fix because of forumexec 3< < (node serveronly) # remove space before ( done < &3 # remove space before & exec 3< &- # remove space before &
you should not have to reboot…
just
pm2 restart 0
-
At the moment I work on a RPi1!
I maked this changes and mm comes up!I’m just on the way installing Pi0 again. shall I wait until tomorror execuiting u installation script?
will be off now until tomorrow morniong.
-
@bdream wait… for pi1 what is output of uname -m
-
-
@bdream thank you… so it would work there the same as pi0.
-
that is good.
I will run your script and will have tomorrow a Pi0 also running againAnd it’s great working on old Pi also, even it’s so slow starting.
But if it’s running, it’s fine. -
@bdream said in YAPi0 Installer Stretch Lite:
I’m just on the way installing Pi0 again. shall I wait until tomorror execuiting u installation script?
the install script will fail because of the electron problem
-
it will run and I have to update the run-start.sh again and package.json
-
@bdream correct…