mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
6 lines
164 B
Bash
Executable file
6 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
|