1
0
Fork 0
mirror of synced 2024-06-26 09:51:10 -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 if grep -R "Abiword" /tmp/setup-assistant/office.txt; then
echo "abiword" >> /tmp/setup-assistant/pkgs.txt echo "abiword" >> /tmp/setup-assistant/pkgs.txt
fi fi
if grep -R "Joplin" /tmp/setup-assistant/office.txt; then
echo "joplin" >> /tmp/setup-assistant/pkgs.txt
fi
yad \ yad \
--image='firefox' \ --image='firefox' \
@ -220,9 +223,21 @@ function upgrade2ultimate
if grep -R "Jdownloader2" /tmp/setup-assistant/internet.txt; then if grep -R "Jdownloader2" /tmp/setup-assistant/internet.txt; then
echo "jdownloader2" >> /tmp/setup-assistant/pkgs.txt echo "jdownloader2" >> /tmp/setup-assistant/pkgs.txt
fi 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 if grep -R "Twitch GUI" /tmp/setup-assistant/internet.txt; then
echo "streamlink-twitch-gui" >> /tmp/setup-assistant/pkgs.txt echo "streamlink-twitch-gui" >> /tmp/setup-assistant/pkgs.txt
fi fi
if grep -R "Remmina" /tmp/setup-assistant/internet.txt; then
echo "remmina" >> /tmp/setup-assistant/pkgs.txt
fi
yad \ yad \
@ -507,6 +522,9 @@ function upgrade2ultimate
if grep -R "Qwinff" /tmp/setup-assistant/multimedia.txt; then if grep -R "Qwinff" /tmp/setup-assistant/multimedia.txt; then
echo "qwinff" >> /tmp/setup-assistant/pkgs.txt echo "qwinff" >> /tmp/setup-assistant/pkgs.txt
fi fi
if grep -R "Variety" /tmp/setup-assistant/multimedia.txt; then
echo "variety" >> /tmp/setup-assistant/pkgs.txt
fi
yad \ yad \

View file

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

View file

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

View file

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