From 5e812127a619e583760d8dc80e6db70f16794073 Mon Sep 17 00:00:00 2001
From: Jason Etheridge <jason@EquinoxInitiative.org>
Date: Wed, 30 Oct 2019 11:29:50 -0400
Subject: [PATCH] set CHROME_BIN to hopefully fix an error

---
 installer/stretch/eg_stretch_installer.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh
index f0caf619b..43aae4682 100755
--- a/installer/stretch/eg_stretch_installer.sh
+++ b/installer/stretch/eg_stretch_installer.sh
@@ -288,6 +288,9 @@ function init_variables {
     echo "NODEJS_BINARY=$NODEJS_BINARY"
     echo "NODEJS_VERSION=$NODEJS_VERSION"
 
+    # to fix hopefully fix an npm ELIFECYCLE error
+    export CHROME_BIN=/usr/bin/chromium
+
     echo End of intializing installer =~-._
 }
 
-- 
2.11.0