vaultwarden-web/package_all.sh

19 lines
282 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"
sh package_web_vault.sh
export WEB_REF="v2.6.0"
sh package_web_vault.sh
export WEB_REF="v2.6.1"
sh package_web_vault.sh
export WEB_REF="v2.7.0"
sh package_web_vault.sh
export WEB_REF="v2.7.1"
sh package_web_vault.sh