Add some more software choices

This commit is contained in:
Nico Jensch 2020-11-16 15:06:40 +01:00
parent a83125f026
commit 8f21775544
3 changed files with 14 additions and 1 deletions

View File

@ -524,6 +524,10 @@ function upgrade2ultimate
if grep -R "Variety" /tmp/setup-assistant/multimedia.txt; then
echo "variety" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "Conky" /tmp/setup-assistant/multimedia.txt; then
echo "conky-lua-nv
conky-manager" >> /tmp/setup-assistant/pkgs.txt
fi
yad \
@ -555,6 +559,9 @@ function upgrade2ultimate
if grep -R "QtCreator" /tmp/setup-assistant/development.txt; then
echo "qtcreator" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "GitHub" /tmp/setup-assistant/development.txt; then
echo "github-desktop-bin" >> /tmp/setup-assistant/pkgs.txt
fi
yad \

View File

@ -1,6 +1,8 @@
true
Visual Studio Code
false
GitHub Desktop
false
GNU Emacs
false
Atom

View File

@ -25,4 +25,8 @@ Converseen (Image converter)
false
Handbrake (Video format transcoder)
false
Variety (Wallpaper changer)
Variety (Wallpaper changer)
false
Conky (System monitor)
false
I dont need any of these