config_query WORMUX_SVN \
      "Do you want to use the SVN version?" "n"  &&

if [[ "$WORMUX_SVN" == "y" ]]
then
config_query WORMUX_SVN_AUTOUPDATE \
      "Do you wish to automaticaly update on sorcery --queue/system-update" "n"
fi
