ghoulmann / pi-cam

Installs and configures webcam streaming, as cited by Adafruit, for Raspberry Pi running Raspbian
10 stars 0 forks source link

Simple fix to the script #1

Open daxm opened 10 years ago

daxm commented 10 years ago

Line 30 currently is: tar xvzf MJPG-streamer-rpi.tar.gz --directory $target

but should be: tar xvzf /tmp/MJPG-streamer-rpi.tar.gz --directory $target

ghoulmann commented 10 years ago

Got it. Thanks for catching and solving it!