Fixed typo concerning inkscape

This commit is contained in:
Nico Jensch 2020-11-26 17:17:47 +01:00
parent 3076e528b3
commit dedf8f1b8c
1 changed files with 1 additions and 1 deletions

View File

@ -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