Installation - What am I doing wrong? #494
-
Attempting to install on current Debian. I have a PW3 (Powerwall Companion on W11 does talk to it). Docker is installed and "hello world" works. I am running as a non-root user. setup.sh keeps throwing various errors like: sed: couldn't open temporary file : Permission denied ;I get 14 of these After a couple hours of effort, would someone tell me what I've missed, please? It has to be simple. Chuck |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi @ChuckBland thanks for opening this, sorry to hear about the setup troubles.
This means that your user doesn't have permission to modify (write) things in current directory. That line is basically doing this:
I don't now why your user wouldn't have access to write to files in the current directory. Is it possible you did a |
Beta Was this translation helpful? Give feedback.
Ah yes, it looks like you either were running as root or ran
sudo get clone ...
at the beginning.I recommend you delete the Powerwall-Dashboard directory and start over, but this time run all the commands as joshua. Something like: