From 3faad754c7a2320d115dfd677cf05f679cfcfc0c Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Fri, 1 Dec 2023 00:41:33 -0600 Subject: [PATCH] Update InstallDeps.sh Signed-off-by: Mark Suckerberg --- tools/tgs_scripts/InstallDeps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tgs_scripts/InstallDeps.sh b/tools/tgs_scripts/InstallDeps.sh index 140c1485c7ae..b446bd9e55c6 100755 --- a/tools/tgs_scripts/InstallDeps.sh +++ b/tools/tgs_scripts/InstallDeps.sh @@ -44,8 +44,8 @@ if ! [ -x "$has_youtubedl" ]; then sudo apt-get update sudo apt-get install -y python3 python3-pip fi - pip3 install youtube-dl + pip3 install youtube-dl --break-system-packages elif [ -x "$has_pip3" ]; then echo "Ensuring youtube-dl is up-to-date with pip3..." - pip3 install youtube-dl -U + pip3 install youtube-dl -U --break-system-packages fi