From 2b5902714cce2f639b50812d0edf922fb9a301e4 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 21 May 2026 14:52:47 +0200 Subject: [PATCH] Fix pip install command to use STD variable --- ct/karakeep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/karakeep.sh b/ct/karakeep.sh index a54572d6f..2a3dd90d8 100644 --- a/ct/karakeep.sh +++ b/ct/karakeep.sh @@ -68,7 +68,7 @@ EOF $STD apt install -y \ python3 \ python3-pip - pip install -U yt-dlp-ejs + $STD pip install -U yt-dlp-ejs msg_ok "Installed external JavaScript Extension for yt-dlp" fi