Skip to content

Instantly share code, notes, and snippets.

View idosysstuff's full-sized avatar
🎯
Focusing

Petar Dimic idosysstuff

🎯
Focusing
View GitHub Profile
@eboye
eboye / n1nova.sh
Last active January 14, 2026 07:49
#!/bin/bash
# Script to stream N1 or Nova channels using VLC, checking for native or Flatpak install.
# Usage:
# Non-interactive (provide choice as argument):
# curl -s <gist_url> | bash -s -- 1 # For N1
# curl -s <gist_url> | bash -s -- 2 # For Nova
#
# Dependencies: curl, grep, sed, bash, vlc (native or flatpak)