clear

echo "  -----------------------------[ screen $STEP of $STEPS ]----------------------------

  INSTALL IMAGE EDITORS 
  --------------------
  By default, DIY does not come with IMAGE EDITORS 
  Would you like to install Image Editors support now? If you choose to do 
  this, the following packages will be installed:

      gimp inkscape mtpaint gcolor2 shotwell darktable rawtherapee

  Note: additional packages listed as dependencies will also be installed."

if prompt "  Would you like to install Image Editors?"; then
	sudo apt-get install -y gimp inkscape mtpaint gcolor2 shotwell darktable rawtherapee
fi
