2018-07-27 15:08:14 +02:00
|
|
|
#!/bin/bash
|
2018-07-27 15:07:43 +02:00
|
|
|
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
2018-07-27 16:04:41 +02:00
|
|
|
set -e
|
2018-07-27 16:01:54 +02:00
|
|
|
./synapse/install.sh
|
2020-08-03 17:02:26 +02:00
|
|
|
# local testing doesn't need a Element fetched from master,
|
2019-10-18 17:18:18 +02:00
|
|
|
# so not installing that by default
|
2021-07-07 16:11:47 +02:00
|
|
|
yarn install --pure-lockfile
|