added some dev tools to apt-extend-debian

This commit is contained in:
Dirk Alders 2025-07-15 00:11:46 +02:00
parent d829902516
commit e7b9c75da0

View File

@ -5,7 +5,8 @@
# Additional Packages # Additional Packages
COMMON="" COMMON=""
COMMON="$COMMON htop keepassxc vim-nox" # systemd-sysv COMMON="$COMMON htop keepassxc vim-nox" # systemd-sysv
## COMMON="$COMMON curlftpfs" COMMON="$COMMON curlftpfs"
COMMON="$COMMON wakeonlan"
COMMON="$COMMON tlp tlp-rdw" COMMON="$COMMON tlp tlp-rdw"
## COMMON="$COMMON fonts-powerline" ## COMMON="$COMMON fonts-powerline"
COMMON="$COMMON nextcloud-desktop dolphin-nextcloud" COMMON="$COMMON nextcloud-desktop dolphin-nextcloud"
@ -23,8 +24,9 @@ TOOLS="$TOOLS wavemon retext" # gnuplot
TOOLS="evolution gnuplot latexmk texlive-latex-recommended texlive-latex-extra texlive-lang-german texlive-plain-generic texlive-fonts-recommended" TOOLS="evolution gnuplot latexmk texlive-latex-recommended texlive-latex-extra texlive-lang-german texlive-plain-generic texlive-fonts-recommended"
PROGRAMMING="" PROGRAMMING=""
PROGRAMMING="python3-venv python3-wxgtk4.0 jq meld" PROGRAMMING="$PROGRAMMING python-is-python3 python3-venv python3-wxgtk4.0 jq meld"
## PROGRAMMING="python-is-python3 pkgconf libgtk2.0-dev" # PROGRAMMING="$PROGRAMMING code"
## PROGRAMMING="pkgconf libgtk2.0-dev"
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
@ -38,6 +40,10 @@ echo ---------------------------------------------------------------------------
case "$response" in case "$response" in
[yY][eE][sS]|[yY]) [yY][eE][sS]|[yY])
echo $ALL echo $ALL
#su --command="apt install curl"
#su --command="curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt key add -"
#su --command="add-apt-repository \"deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main\""
#su --command="apt update"
su --command="apt-get install -y $ALL" su --command="apt-get install -y $ALL"
;; ;;
*) *)