You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
My guess is you are running into a dash vs bash issue.. setup.sh specifies /usr/bin/env sh environment which in ubuntu will run it with dash. You could attempt to edit setup.sh and replace sh with bash. There are some packages the script uses that ubuntu does not include by default like net-tools and docker compose. With that being said, I am not sure if this runs well on Ubuntu anyways. I gave it a quick shot a few minutes ago on a Ubuntu desktop I am experimenting with Nginx/RTMP and get a bunch of unmaintained package warnings, and the web interface immediately complains with a "Oh we have trubole!" message.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I type in the command to start the setup and I am getting a
./setup.sh: 5: Syntax error: "(" unexpected
I don't know whats wrong.The text was updated successfully, but these errors were encountered: