config_query FLUXBOX_GIT "Build the GIT version?" n

if [[ $FLUXBOX_GIT == y ]]; then
  config_query FLUXBOX_GIT_AUTOUPDATE "Update git repo on every update?" n
else
  config_query FLUXBOX_DEVEL "Use development branch?" n
fi
