config_query ARORA_VCS "Build the git version?" n

if [[ "$ARORA_VCS" == "y" ]]
then
  config_query  ARORA_VCS_AUTOUPDATE        \
                "Automatically update every day?"  n
fi

