config_query PYMSNT_SCM "Do you want to use SCM version?" n
if [[ "$PYMSNT_SCM" == "y" ]]
then
config_query PYMSNT_SCM_AUTOUPDATE \
          "Automaticaly update the spell on sorcery queue/system-update?" \
          "n"
fi

