From dedf8f1b8c6414e7c26d45fb93fa597d3f19abcd Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Thu, 26 Nov 2020 17:17:47 +0100 Subject: [PATCH] Fixed typo concerning inkscape --- usr/bin/setup-assistant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/setup-assistant b/usr/bin/setup-assistant index fb88124..660df38 100755 --- a/usr/bin/setup-assistant +++ b/usr/bin/setup-assistant @@ -462,7 +462,7 @@ function upgrade2ultimate echo "digikam" >> /tmp/setup-assistant/pkgs.txt fi if grep -R "Inkscape" /tmp/setup-assistant/graphics.txt; then - echo "inkcape" >> /tmp/setup-assistant/pkgs.txt + echo "inkscape" >> /tmp/setup-assistant/pkgs.txt fi if grep -R "Blender" /tmp/setup-assistant/graphics.txt; then echo "blender" >> /tmp/setup-assistant/pkgs.txt