#!/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