From 3068d4330b32960c9b9597f8978501e1c97a2460 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 14 Feb 2025 14:47:21 +0100 Subject: [PATCH] mx software collection improved --- apt-extend-mx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt-extend-mx b/apt-extend-mx index 5d8eb9e..82bdc06 100755 --- a/apt-extend-mx +++ b/apt-extend-mx @@ -3,7 +3,7 @@ # # Additional Packages -COMMON="keepass2 xdotool systemd-sysv openssh-server vim-nox tree" +COMMON="keepassx systemd-sysv openssh-server vim-nox tree" # COMMON="$COMMON curlftpfs" COMMON="$COMMON tlp tlp-rdw" COMMON="$COMMON fonts-powerline" @@ -16,7 +16,7 @@ MULTIMEDIA="$MULTIMEDIA qjackctl carla carla-lv2 carla-vst ardour calf-plugins e TOOLS="wavemon evolution retext gnuplot latexmk texlive-latex-recommended texlive-latex-extra texlive-lang-german texlive-plain-generic texlive-fonts-recommended" -PROGRAMMING="python-is-python3 python3-venv pkgconf libgtk2.0-dev jq meld" +PROGRAMMING="python-is-python3 python3-venv python3-wxgtk4.0 pkgconf libgtk2.0-dev jq meld" ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING