xrfragment/example/matrix/make

7 lines
178 B
Plaintext
Raw Normal View History

2023-12-27 18:25:49 +01:00
#!/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