tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
tunein-cli
6
fork
atom
Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
radio
rust
tokio
web-radio
command-line-tool
tui
6
fork
atom
overview
issues
pulls
pipelines
fix install script
tsiry-sandratraina.com
2 years ago
ab6a1ab7
b6dd1186
+1
-1
1 changed file
expand all
collapse all
unified
split
install.sh
+1
-1
install.sh
···
6
6
readonly NO_COLOR="$(tput sgr0 2>/dev/null || echo '')"
7
7
8
8
# Define the release information
9
9
-
RELEASE_URL="https://api.github.com/repos/tsirysndr/tunein/releases/latest"
9
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)