Skip to content

Instantly share code, notes, and snippets.

@jimmyeao
jimmyeao / install-theiacast-client.sh
Last active May 25, 2026 13:44
install-theiacast-client.sh
#!/bin/bash
#
# TheiaCast Client Installation Script
# Supports: Ubuntu Desktop/Server, Raspberry Pi, with or without displays
#
set -e
# Colors for output
RED='\033[0;31m'