mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
8a028029ee
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
8 lines
278 B
Bash
Executable file
8 lines
278 B
Bash
Executable file
#!/bin/bash
|
|
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
|
set -e
|
|
./synapse/install.sh
|
|
# both CI and local testing don't need a Riot fetched from master,
|
|
# so not installing this by default anymore
|
|
# ./riot/install.sh
|
|
yarn install
|