Problems installing v3

Hello,

When running the install script for standalone community I get the followingL:

sudo sh <(curl -fsSL http://get.openvidu.io/community/singlenode/latest/install.sh)
sudo: The “no new privileges” flag is set, which prevents sudo from running as root.
sudo: If sudo is running in a container, you may need to adjust the container configuration to disable the flag.

Any help would be apreciated

The official command stated here does not require sudo permissions. Try running it without sudo.

But if for any reason you want to install it with privileged permissions, just make sure your user has permissions to do so. The “no new privileges” flag is set error looks pretty self-describing. Where are you trying to install OpenVidu Community?