added some dev tools to apt-extend-debian
This commit is contained in:
parent
d829902516
commit
e7b9c75da0
@ -5,7 +5,8 @@
|
||||
# Additional Packages
|
||||
COMMON=""
|
||||
COMMON="$COMMON htop keepassxc vim-nox" # systemd-sysv
|
||||
## COMMON="$COMMON curlftpfs"
|
||||
COMMON="$COMMON curlftpfs"
|
||||
COMMON="$COMMON wakeonlan"
|
||||
COMMON="$COMMON tlp tlp-rdw"
|
||||
## COMMON="$COMMON fonts-powerline"
|
||||
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"
|
||||
|
||||
PROGRAMMING=""
|
||||
PROGRAMMING="python3-venv python3-wxgtk4.0 jq meld"
|
||||
## PROGRAMMING="python-is-python3 pkgconf libgtk2.0-dev"
|
||||
PROGRAMMING="$PROGRAMMING python-is-python3 python3-venv python3-wxgtk4.0 jq meld"
|
||||
# PROGRAMMING="$PROGRAMMING code"
|
||||
## PROGRAMMING="pkgconf libgtk2.0-dev"
|
||||
|
||||
|
||||
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
||||
@ -38,6 +40,10 @@ echo ---------------------------------------------------------------------------
|
||||
case "$response" in
|
||||
[yY][eE][sS]|[yY])
|
||||
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"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user