AzuraCast/update.sh

6 lines
171 B
Bash

#!/usr/bin/env bash
echo "Ansible installation is now a standalone repository. For more information, visit:"
echo "https://github.com/AzuraCast/ansible-installer"
exit 0