Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

fix install script

+1 -1
+1 -1
install.sh
··· 6 6 readonly NO_COLOR="$(tput sgr0 2>/dev/null || echo '')" 7 7 8 8 # Define the release information 9 - RELEASE_URL="https://api.github.com/repos/tsirysndr/tunein/releases/latest" 9 + RELEASE_URL="https://api.github.com/repos/tsirysndr/tunein-cli/releases/latest" 10 10 11 11 # Determine the operating system 12 12 OS=$(uname -s)