Skip to content

Instantly share code, notes, and snippets.

@justinribeiro
Created November 5, 2016 03:10
Show Gist options
  • Save justinribeiro/1421c4818999ea16c61c0d8ea9cab9fc to your computer and use it in GitHub Desktop.
Save justinribeiro/1421c4818999ea16c61c0d8ea9cab9fc to your computer and use it in GitHub Desktop.
Way to make Chrome-headless build on Ubuntu.
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index 832d116..4594934 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -244,9 +244,9 @@ if package_exists apache2-bin; then
else
dev_list="${dev_list} apache2.2-bin"
fi
-if package_exists xfonts-mathml; then
- dev_list="${dev_list} xfonts-mathml"
-fi
+#if package_exists xfonts-mathml; then
+# dev_list="${dev_list} xfonts-mathml"
+#fi
if package_exists fonts-indic; then
dev_list="${dev_list} fonts-indic"
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment