Skip to content

Commit

Permalink
Update InstallDeps.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Suckerberg <[email protected]>
  • Loading branch information
MarkSuckerberg authored Dec 1, 2023
1 parent e5e5d39 commit 3faad75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tgs_scripts/InstallDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3faad75

Please sign in to comment.