vaultwarden-web/package_all.sh

22 lines
343 B
Bash
Raw Normal View History

2018-12-13 16:09:59 +03:00
#!/bin/bash
export UPLOAD_VAULT="n"
2018-12-13 16:09:59 +03:00
export WEB_REF="v2.5.0"
bash package_web_vault.sh
2018-12-13 16:09:59 +03:00
export WEB_REF="v2.6.0"
bash package_web_vault.sh
2018-12-13 16:09:59 +03:00
export WEB_REF="v2.6.1"
bash package_web_vault.sh
export WEB_REF="v2.7.0"
bash package_web_vault.sh
export WEB_REF="v2.7.1"
bash package_web_vault.sh
2019-01-05 20:45:48 +03:00
export WEB_REF="v2.8.0"
bash package_web_vault.sh