Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

getting this error when trying to install #35

Open
derpy0verl0rd opened this issue Jul 2, 2023 · 2 comments
Open

getting this error when trying to install #35

derpy0verl0rd opened this issue Jul 2, 2023 · 2 comments

Comments

@derpy0verl0rd
Copy link

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.

@derpy0verl0rd
Copy link
Author

I am running this on Ubuntu 23.04 if that helps with anything.

@derpy0verl0rd derpy0verl0rd changed the title getting this od error when trying to install getting this error when trying to install Jul 2, 2023
@Nitromorph
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants