From 5b9db50f2c40778d36e318ca55a672f6e938b49c Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Thu, 1 Sep 2022 09:34:18 -0700 Subject: [PATCH] install_shareware_data.sh: disable track fetching for now, until Valve sorts their music licensing out --- install_shareware_data.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install_shareware_data.sh b/install_shareware_data.sh index 1f01904..9d47be4 100755 --- a/install_shareware_data.sh +++ b/install_shareware_data.sh @@ -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