From 8f5761f1f9c6b894240d2ad0b8ac41bb90958517 Mon Sep 17 00:00:00 2001 From: librewish Date: Sat, 14 Nov 2020 11:20:11 +0530 Subject: [PATCH] fix typo --- usr/bin/setup-assistant | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/bin/setup-assistant b/usr/bin/setup-assistant index 6c9ed35..bca4e4d 100755 --- a/usr/bin/setup-assistant +++ b/usr/bin/setup-assistant @@ -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