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-09 15:34:40 +00:00
|
|
|
# both CI and local testing don't need a riot fetched from master,
|
|
|
|
# so not installing this by default anymore
|
|
|
|
# ./riot/install.sh
|
2019-04-03 14:19:56 +00:00
|
|
|
yarn install
|