mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
# run with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh install.sh if chrome is already installed
|
|
./synapse/install.sh
|
|
./riot/install.sh
|
|
npm install
|