This commit is contained in:
q 2024-10-30 14:31:52 -04:00
parent 3f62884e66
commit b11b35b37e

View File

@ -23,7 +23,7 @@ branch=develop
# Latest tagged release:
#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}"
cd "${directory_name}"
yarn