-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
one-liner installation does not work #3
Comments
Sorry to hear that... However, on thing you could try is starting to download the install.sh script first on your raspberry pi: curl -O https://raw.githubusercontent.com/UncleSamulus/BirdNET-stream/dev/install.sh This way, you will be able to run chmod +x ./install.sh
DEBUG=1 BRANCH=dev ./install.sh Otherwise, using the curl command you ran, the installation file isn't saved as a file, and thus will not be available later for execution. I am very interested in your tests on raspberry pi; I hope it will work without too much trouble... |
Indeed, that's an embarassing typo. There should be a space between I have pushed a modified version (I did findd this issue before, but not updated github). You may need to wait a bit for github to update the repo. I hope it will work better now. I am currently running the installation script in a fresh debian vm, to check that out. If there is any problem, do not hesitate to ask me some questions, or bug fix for the script. |
Unfortunatly, there are still some issues. You may also need to change the nginx configuration a little in `/etc/nginx/sites-available/birdnet-stream.conf'. Generate a new ssl certificate, and more things that are not handled by the script for the moment. |
Ok, thanks a lot for your quick and helpful feedback! |
There are a little explanations inside INSTALL.md, but It may not be as straightforward as BirdNET-Pi installation for the moment. ps. You should not run the installation script inside ~/BirdNET-Pi, as It will create a directory for BirdNET-stream inside the BirdNET-Pi folder, and it may do bad stuff with it. |
curl -sL https://raw.githubusercontent.com/UncleSamulus/BirdNET-stream/main/install.sh | bash
DEBUG=1 ./install.sh
, the Pi throws an errorno such file or directory
What am I missing here ?
Sorry for this obviously simple question, but Linux is not my native language.
The text was updated successfully, but these errors were encountered: