diff --git a/_includes/swc/setup.html b/_includes/swc/setup.html
index db18b5b..080ceef 100644
--- a/_includes/swc/setup.html
+++ b/_includes/swc/setup.html
@@ -1,3 +1,4 @@
+{% comment %}
{% assign curricula = "swc-gapminder|swc-inflammation" | split: "|" %}
{% unless curricula contains site.curriculum %}
{% include warning-curriculum.html %}
@@ -6,16 +7,16 @@
{% include install_instructions/shell.html %}
{% include install_instructions/git.html %}
{% include install_instructions/editor.html %}
-
+{% endcomment %}
{% if site.flavor == "r" %}
{% include install_instructions/r.html %}
{% elsif site.flavor == "python" %}
{% include install_instructions/python.html %}
+{% elsif site.flavor == "sql" %}
+{% include install_instructions/sql.html %}
{% elsif site.flavor == "FIXME" %}
{% include install_instructions/r.html %}
{% include install_instructions/python.html %}
{% else %}
{% include warning-flavor.html %}
{% endif %}
-
-{% include install_instructions/sql.html %}