From: Jason Boyer Date: Sat, 25 Sep 2021 11:08:43 +0000 (-0400) Subject: Install Chromium and Firefox for Angular tests X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b50590dfcbce0ad69230c55a45d6f3036c10ae3d;p=working%2Frandom.git Install Chromium and Firefox for Angular tests Signed-off-by: Jason Boyer --- diff --git a/installer/stretch/installer_installer.sh b/installer/stretch/installer_installer.sh index d1eb58648..340689cf3 100755 --- a/installer/stretch/installer_installer.sh +++ b/installer/stretch/installer_installer.sh @@ -1,7 +1,7 @@ #!/bin/bash #echo 'deb http://security.debian.org/ wheezy/updates main contrib' | sudo tee --append /etc/apt/sources.list sudo apt-get update -sudo apt-get -q -y install git-core +sudo apt-get -q -y install git-core chromium firefox-esr git clone git://git.evergreen-ils.org/working/random.git cd random/ git checkout -b eg_live_tests origin/collab/phasefx/eg_live_tests