From c21c2b5e6d12407b6db36d0b2e4441e6e48426aa Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Jul 2022 15:30:01 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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)" +``` ____________________________________________________________________________________________