Skip to content

Instantly share code, notes, and snippets.

@aljaxus
Last active August 16, 2019 10:29
Show Gist options
  • Save aljaxus/3dda7063f5bdc80649328d6d8f600b15 to your computer and use it in GitHub Desktop.
Save aljaxus/3dda7063f5bdc80649328d6d8f600b15 to your computer and use it in GitHub Desktop.
yum update -y
yum upgrade -y
mkdir -p /var/azuracast
cd /var/azuracast
curl -L https://raw.githubusercontent.com/AzuraCast/AzuraCast/master/docker.sh > docker.sh
chmod a+x docker.sh
./docker.sh install
./docker.sh update-self && echo "y" | ./docker.sh update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment