mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:35:04 +08:00
8 lines
259 B
Bash
Executable File
8 lines
259 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
|
|
# local testing doesn't need a Element fetched from master,
|
|
# so not installing that by default
|
|
yarn install --pure-lockfile
|