Use APT to install poetry and yt-dlp
This commit is contained in:
parent
cefbd8f42a
commit
c328b9d0a9
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue