diff --git a/README.md b/README.md index 9d9fc2ad..e82e9339 100644 --- a/README.md +++ b/README.md @@ -1888,7 +1888,7 @@ ________________________________________________________________________________
- Vaultwarden LXC + 🔸Vaultwarden LXC

@@ -1916,12 +1916,18 @@ Expect 30+ minute install time. /opt/vaultwarden/.env ``` -⚙️ **To Update Vaultwarden** +⚙️ **To Update Vaultwarden (post 2022-05-29 only)** Run in the LXC console ```yaml bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/vaultwarden-update.sh)" ``` +⚙️ **To Update Web-vault (any)** + +Run in the LXC console +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/web-vault-update.sh)" +``` ____________________________________________________________________________________________