diff --git a/apt-extend-debian b/apt-extend-debian index 54c6ca3..3fd5cc9 100755 --- a/apt-extend-debian +++ b/apt-extend-debian @@ -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" ;; *)