install_shareware_data.sh: disable track fetching for now, until Valve sorts their music licensing out

This commit is contained in:
Marco Cawthorne 2022-09-01 09:34:18 -07:00
parent be16666be8
commit 5b9db50f2c
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@ echo "makes up for it in server-side content."
echo "============================================================="
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
printf "Error: yt-dlp is not installed.\nUnable to download music\n" >&2
exit 1