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 | |
| # TheiaCast Linux Client Installation Script (Wrapper) | |
| # Usage: curl -sSL https://gist.githubusercontent.com/jimmyeao/YOUR_GIST_ID/raw/install-theiacast-client.sh | bash | |
| # | |
| # This script downloads the latest TheiaCast client release and runs the installer. | |
| # Supports Ubuntu Desktop/Server and Raspberry Pi (all architectures). | |
| set -e | |
| echo "========================================" |