Skip to content

Instantly share code, notes, and snippets.

@jimmyeao
jimmyeao / install-theiacast-client.sh
Last active January 6, 2026 21:10
install-theiacast-client.sh
#!/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 "========================================"