From: Jason Etheridge Date: Wed, 30 Oct 2019 15:29:50 +0000 (-0400) Subject: set CHROME_BIN to hopefully fix an error X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5e812127a619e583760d8dc80e6db70f16794073;p=working%2Frandom.git set CHROME_BIN to hopefully fix an error --- 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 =~-._ }