This script installs the Broadcast script on a Linux server. It sets up the necessary user and group, configures sudo for passwordless access, and ensures the script is executable.
- Ubuntu Server 24.04 (fresh install)
- Minimum 2GB RAM
- Minimum 40GB disk space
Run the following commands as root:
rm -rf /opt/broadcast && git clone https://github.com/Furvur/broadcast-script.git /opt/broadcast && cd /opt/broadcast && chmod +x broadcast.sh && ./broadcast.sh install
This script is intended for customers of Broadcast. Please refer to the license that came with your Broadcast product for the terms of use.