install_shareware_data.sh: disable track fetching for now, until Valve sorts their music licensing out
This commit is contained in:
parent
be16666be8
commit
5b9db50f2c
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@ echo "makes up for it in server-side content."
|
||||||
echo "============================================================="
|
echo "============================================================="
|
||||||
grab_patch hlds 05_hlds
|
grab_patch hlds 05_hlds
|
||||||
|
|
||||||
|
# Valve once had music tracks available on YouTube, however due to rights
|
||||||
|
# issues this is no more. As I'm not comfortable with unofficial uploads
|
||||||
|
# due to the nature of this project, this ends here.
|
||||||
|
exit 1
|
||||||
|
|
||||||
if ! [ -x "$(command -v yt-dlp)" ]; then
|
if ! [ -x "$(command -v yt-dlp)" ]; then
|
||||||
printf "Error: yt-dlp is not installed.\nUnable to download music\n" >&2
|
printf "Error: yt-dlp is not installed.\nUnable to download music\n" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue