1
0
Fork 0
mirror of synced 2024-06-10 19:11:10 -04:00

Fixed typo concerning inkscape

This commit is contained in:
Nico Jensch 2020-11-26 17:17:47 +01:00
parent 3076e528b3
commit dedf8f1b8c

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