set CHROME_BIN to hopefully fix an error
authorJason Etheridge <jason@EquinoxInitiative.org>
Wed, 30 Oct 2019 15:29:50 +0000 (11:29 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Wed, 30 Oct 2019 15:29:50 +0000 (11:29 -0400)
installer/stretch/eg_stretch_installer.sh

index f0caf61..43aae46 100755 (executable)
@@ -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 =~-._
 }