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 \
|
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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue