Use APT to install poetry and yt-dlp

This commit is contained in:
Ohad Livne 2025-06-04 22:45:21 +03:00
parent cefbd8f42a
commit c328b9d0a9
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -24,6 +24,7 @@ nmap \
pipx \ pipx \
postfix \ postfix \
pulseaudio-utils \ pulseaudio-utils \
python3-poetry \
sway \ sway \
swayidle \ swayidle \
swaylock \ swaylock \
@ -31,15 +32,7 @@ syncthing \
tmux \ tmux \
udisks2 \ udisks2 \
xournalpp \ xournalpp \
"
PIPX_PKGS="\
poetry \
yt-dlp \ yt-dlp \
" "
sudo DEBIAN_FRONTEND=noninteractive apt-get install --yes ${DEB_PKGS} sudo DEBIAN_FRONTEND=noninteractive apt-get install --yes ${DEB_PKGS}
for pkg in ${PIPX_PKGS};
do
pipx install "${pkg}"
done