1
0
Fork 0
mirror of synced 2024-06-18 06:11:09 -04:00

Add some more app choices

This commit is contained in:
Nico Jensch 2020-11-14 11:32:15 +01:00
parent 8f5761f1f9
commit f0662bfe43
4 changed files with 29 additions and 1 deletions

View file

@ -147,6 +147,9 @@ function upgrade2ultimate
if grep -R "Abiword" /tmp/setup-assistant/office.txt; then
echo "abiword" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "Joplin" /tmp/setup-assistant/office.txt; then
echo "joplin" >> /tmp/setup-assistant/pkgs.txt
fi
yad \
--image='firefox' \
@ -220,9 +223,21 @@ function upgrade2ultimate
if grep -R "Jdownloader2" /tmp/setup-assistant/internet.txt; then
echo "jdownloader2" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "Deluge" /tmp/setup-assistant/internet.txt; then
echo "deluge-gtk" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "Cockpit" /tmp/setup-assistant/internet.txt; then
echo "cockpit
cockpit-dashboard
cockpit-machines" >> /tmp/setup-assistant/pkgs.txt
echo "sudo systemctl enable --now cockpit.socket" >> /tmp/setup-assistant/setup_root.sh
fi
if grep -R "Twitch GUI" /tmp/setup-assistant/internet.txt; then
echo "streamlink-twitch-gui" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "Remmina" /tmp/setup-assistant/internet.txt; then
echo "remmina" >> /tmp/setup-assistant/pkgs.txt
fi
yad \
@ -507,6 +522,9 @@ function upgrade2ultimate
if grep -R "Qwinff" /tmp/setup-assistant/multimedia.txt; then
echo "qwinff" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "Variety" /tmp/setup-assistant/multimedia.txt; then
echo "variety" >> /tmp/setup-assistant/pkgs.txt
fi
yad \

View file

@ -7,15 +7,21 @@ Xtreme Download Manager
true
Firefox XDM extension (download manager)
false
Cockpit (Access some system settings at localhost:9090)
false
Syncthing-GTK (sync files between devices)
false
Remmina (Remote access client)
false
Filezilla (FTP client)
false
Putty (SSH/Telnet client)
false
Nitroshare (Network file sharing via LAN)
false
Jdownloader2
Jdownloader2 (Advanced download manager)
false
Deluge (GTK torrent client)
false
Twitch GUI
false

View file

@ -24,3 +24,5 @@ false
Converseen (Image converter)
false
Handbrake (Video format transcoder)
false
Variety (Wallpaper changer)

View file

@ -17,4 +17,6 @@ Calligra Suite
false
Abiword (Simple wordprocessor, recommended for simple writing)
false
Joplin (Is able to sync notes to Garuda cloud)
false
No office suite