1
0
Fork 0
mirror of synced 2024-11-22 10:05:37 -05: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 echo "digikam" >> /tmp/setup-assistant/pkgs.txt
fi fi
if grep -R "Inkscape" /tmp/setup-assistant/graphics.txt; then 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 fi
if grep -R "Blender" /tmp/setup-assistant/graphics.txt; then if grep -R "Blender" /tmp/setup-assistant/graphics.txt; then
echo "blender" >> /tmp/setup-assistant/pkgs.txt echo "blender" >> /tmp/setup-assistant/pkgs.txt