1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00
Files
matrix-react-sdk/install.sh
Bruno Windels e8f626ba18 exit on error
2018-07-31 10:35:21 +02:00

7 lines
164 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
./riot/install.sh
npm install