7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
#!/bin/bash
|
||
|
VERSION=$1
|
||
|
cd /tmp/
|
||
|
git clone https://github.com/vector-im/element-web.git
|
||
|
cd element-web/
|
||
|
git checkout $VERSION
|