This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |