0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-20 12:58:38 +02:00

Add --sort to git tag in order to really have last tag (previous command give 2.9.0 instead of 2.12.0)

Luc Didry 2019-11-27 14:00:21 +01:00
parent 768ae185a8
commit 6dec515e6c

@ -39,7 +39,7 @@ If you prefer to compile it manually, follow these steps:
git clone https://github.com/bitwarden/web.git web-vault
cd web-vault
# switch to the latest tag
git checkout "$(git tag | tail -n1)"
git checkout "$(git tag --sort=v:refname | tail -n1)"
```
- Download the patch file from [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds/tree/master/patches) and copy it to the `web-vault` folder.