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