fix typo
This commit is contained in:
parent
8c653e660b
commit
8f5761f1f9
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ function upgrade2ultimate
|
|||
echo "pamac-all
|
||||
appimagelauncher
|
||||
fwupd
|
||||
gnome-firmware
|
||||
apparmor
|
||||
snapd
|
||||
snapd-glib
|
||||
|
@ -322,7 +323,7 @@ function upgrade2ultimate
|
|||
echo "cantata" >> /tmp/setup-assistant/pkgs.txt
|
||||
fi
|
||||
if grep -R "Audacious" /tmp/setup-assistant/audio.txt; then
|
||||
echo "audavious" >> /tmp/setup-assistant/pkgs.txt
|
||||
echo "audacious" >> /tmp/setup-assistant/pkgs.txt
|
||||
fi
|
||||
if grep -R "Audacity" /tmp/setup-assistant/audio.txt; then
|
||||
echo "audacity" >> /tmp/setup-assistant/pkgs.txt
|
||||
|
|
Loading…
Reference in a new issue