fix setup-assistant
This commit is contained in:
parent
24517c43ce
commit
2d2120bcb5
2 changed files with 10 additions and 7 deletions
|
@ -43,7 +43,12 @@ function upgrade2ultimate
|
||||||
--text-align=center \
|
--text-align=center \
|
||||||
--center \
|
--center \
|
||||||
--text "What about Snaps, Flatpak, Appimage and firmware update support?"; then
|
--text "What about Snaps, Flatpak, Appimage and firmware update support?"; then
|
||||||
echo "sudo pacman --noconfirm -R pamac-aur pamac-tray-appindicator" >> /tmp/setup-assistant/prepare.sh
|
if pacman -Qs pamac-aur > /dev/null ; then
|
||||||
|
echo "sudo pacman --noconfirm -R pamac-aur" >> /tmp/setup-assistant/prepare.sh
|
||||||
|
fi
|
||||||
|
if pacman -Qs pamac-tray-appindicator > /dev/null ; then
|
||||||
|
echo "sudo pacman --noconfirm -R pamac-tray-appindicator" >> /tmp/setup-assistant/prepare.sh
|
||||||
|
fi
|
||||||
echo "pamac-all
|
echo "pamac-all
|
||||||
appimagelauncher
|
appimagelauncher
|
||||||
fwupd
|
fwupd
|
||||||
|
@ -173,7 +178,7 @@ function upgrade2ultimate
|
||||||
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
|
if grep -R "Joplin" /tmp/setup-assistant/office.txt; then
|
||||||
echo "joplin" >> /tmp/setup-assistant/pkgs.txt
|
echo "joplin-desktop-electron" >> /tmp/setup-assistant/pkgs.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
yad \
|
yad \
|
||||||
|
@ -429,8 +434,8 @@ function upgrade2ultimate
|
||||||
if grep -R "Shotcut" /tmp/setup-assistant/video.txt; then
|
if grep -R "Shotcut" /tmp/setup-assistant/video.txt; then
|
||||||
echo "shotcut" >> /tmp/setup-assistant/pkgs.txt
|
echo "shotcut" >> /tmp/setup-assistant/pkgs.txt
|
||||||
fi
|
fi
|
||||||
if grep -R "Piviti" /tmp/setup-assistant/video.txt; then
|
if grep -R "Pitivi" /tmp/setup-assistant/video.txt; then
|
||||||
echo "piviti
|
echo "pitivi
|
||||||
frei0r-plugins" >> /tmp/setup-assistant/pkgs.txt
|
frei0r-plugins" >> /tmp/setup-assistant/pkgs.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -527,8 +532,6 @@ function upgrade2ultimate
|
||||||
fi
|
fi
|
||||||
if grep -R "K3B" /tmp/setup-assistant/multimedia.txt; then
|
if grep -R "K3B" /tmp/setup-assistant/multimedia.txt; then
|
||||||
echo "k3b
|
echo "k3b
|
||||||
kaudiocreator
|
|
||||||
cdpara
|
|
||||||
cdparanoia
|
cdparanoia
|
||||||
cdrdao
|
cdrdao
|
||||||
dvd+rw-tools
|
dvd+rw-tools
|
||||||
|
|
|
@ -9,7 +9,7 @@ SMPlayer (Build-in codecs, high compatability video player)
|
||||||
false
|
false
|
||||||
Shotcut (Qt-based video editor)
|
Shotcut (Qt-based video editor)
|
||||||
false
|
false
|
||||||
Piviti
|
Pitivi
|
||||||
false
|
false
|
||||||
Openshot
|
Openshot
|
||||||
false
|
false
|
||||||
|
|
Loading…
Reference in a new issue