Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# DNN Stream Controller — remote one-liner installer
#
# Usage (no source code needed):
# curl -fsSL https://raw.githubusercontent.com/YOUR_ORG/YOUR_REPO/main/scripts/remote-install.sh | bash
#
# Or, if hosting the script yourself:
# curl -fsSL https://your-host/remote-install.sh | bash
set -e