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 | |
| # 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) |