2018-07-27 13:08:14 +00:00
|
|
|
#!/bin/bash
|
2018-07-27 13:07:43 +00:00
|
|
|
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
2018-07-27 14:04:41 +00:00
|
|
|
set -e
|
2018-07-27 14:01:54 +00:00
|
|
|
./synapse/install.sh
|
2019-10-18 15:18:18 +00:00
|
|
|
# local testing doesn't need a Riot fetched from master,
|
|
|
|
# so not installing that by default
|
2019-04-03 14:19:56 +00:00
|
|
|
yarn install
|