8ff / firescrew

Firescrew - Spotting moving objects on your RTSP network cameras faster than a caffeinated cat!
https://firescrew.com
GNU Affero General Public License v3.0
142 stars 11 forks source link

curl: Remote file name has no length! #19

Closed onlineapps-cloud closed 1 month ago

onlineapps-cloud commented 2 months ago

Hi, when i want to execute download firescrew i get error:

root@ubuntu:/home/ubuntu# curl -O firescrew -L https://github.com/8ff/firescrew/releases/download/latest/firescrew.linux.amd64 && chmod +x firescrew
curl: Remote file name has no length!
curl: (23) Failed writing received data to disk/application
root@ubuntu:/home/ubuntu#
chiefMarlin commented 1 month ago

Thanks for reporting, readme is fixed, corrected command should be

curl -o firescrew -L https://github.com/8ff/firescrew/releases/download/latest/firescrew.linux.amd64 && chmod +x firescrew