Fixed typo concerning inkscape
This commit is contained in:
parent
3076e528b3
commit
dedf8f1b8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue