From 932e396341f3ac54b850ec34b214e1f346f8308d Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sun, 25 May 2025 12:55:01 -0600 Subject: [PATCH] install pip3 --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index daf39cd..c574094 100644 --- a/build.sh +++ b/build.sh @@ -3,6 +3,10 @@ main() { set -eo pipefail + if ! which pip3; then + apt install -y pip3 + fi + cd_work_d ytdlp2STRM_d=./ytdlp2STRM