RPiVideoLooper
RPiVideoLooper copied to clipboard
command not found
Hi, I didn't launched the setup, because I would like to have a test before, so I just copyed the files into the /home/pi/ and then while into that path I write:
sudo startfullscreen.sh
or
sudo startvideos.sh
and I receive always the same answer:
bash: startfullscreen.sh: command not found
.
Try sudo ./script.sh or sudo bash ./script.sh
If it's not in your $PATH environment and not executable then bash can't find it.