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