Use pipx to install yt-dlp
This commit is contained in:
parent
deec17d3b6
commit
b4bf1d5c6d
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ keepassxc \
|
||||||
make \
|
make \
|
||||||
mpv \
|
mpv \
|
||||||
network-manager \
|
network-manager \
|
||||||
|
pipx \
|
||||||
postfix \
|
postfix \
|
||||||
pulseaudio-utils \
|
pulseaudio-utils \
|
||||||
python3-venv
|
python3-venv
|
||||||
|
|
@ -30,4 +31,9 @@ udisks2 \
|
||||||
xournalpp \
|
xournalpp \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PIPX_PKGS="\
|
||||||
|
yt-dlp \
|
||||||
|
"
|
||||||
|
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install --yes ${DEB_PKGS}
|
sudo DEBIAN_FRONTEND=noninteractive apt-get install --yes ${DEB_PKGS}
|
||||||
|
pipx install ${PIPX_PKGS}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue