forked from q/element-web-patches
sneed
This commit is contained in:
parent
3f62884e66
commit
b11b35b37e
@ -23,7 +23,7 @@ branch=develop
|
|||||||
# Latest tagged release:
|
# Latest tagged release:
|
||||||
#branch=$(curl -s https://api.github.com/repos/element-hq/element-web/tags | grep -oP '"name": "\K[^"]+' | head -n 1)
|
#branch=$(curl -s https://api.github.com/repos/element-hq/element-web/tags | grep -oP '"name": "\K[^"]+' | head -n 1)
|
||||||
|
|
||||||
echo "Downloading latest version (${latest_version})"
|
echo "Downloading Element Web from branch '${branch}'"
|
||||||
git clone --depth 1 --branch "${branch}" "${repository_url}" "${directory_name}"
|
git clone --depth 1 --branch "${branch}" "${repository_url}" "${directory_name}"
|
||||||
cd "${directory_name}"
|
cd "${directory_name}"
|
||||||
yarn
|
yarn
|
||||||
|
Loading…
Reference in New Issue
Block a user