7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
|
#!/bin/sh
|
||
|
version=v30.3.0
|
||
|
|
||
|
test -f ${version}.zip || wget https://github.com/matrix-org/matrix-js-sdk/archive/refs/tags/${version}.zip
|
||
|
test -d node_modules || npm install
|
||
|
cat
|