Fix pip install command to use STD variable

This commit is contained in:
Tobias
2026-05-21 14:52:47 +02:00
committed by GitHub
parent fe6ec44973
commit 2b5902714c
+1 -1
View File
@@ -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