config_query GXMMS2_SCM "Do you want SCM version" "${GXMMS2_GIT:-n}" &&
if [[ "${GXMMS2_SCM}" == "y" ]]
then
  config_query GXMMS2_SCM_AUTOUPDATE \
  "Automaticaly update the spell on sorcery queue/system-update?" \
  "n"
fi

