From 554fc72af5ff704de4db2911791d06dac4594489 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 8 Jun 2020 10:27:27 +0200 Subject: [PATCH] Add a script which simplifies Bitwarden updates --- README.md | 1 + update-bitwarden.sh | 0 2 files changed, 1 insertion(+) mode change 100755 => 100644 update-bitwarden.sh diff --git a/README.md b/README.md index 10957f2..38b6f4e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ You'll also want to edit the `/path/to/bwdata/scripts/run.sh` file. In the `func You can now start or restart Bitwarden as normal and the modified api will be used. **It is now ready to accept self-issued licenses.** +To update Bitwarden, the provided `update-bitwarden.sh` script can be used. It will rebuild the BitBetter images and automatically update Bitwarden afterwards. Docker pull errors can be ignored for api and identity images. --- ### Note: Manually generating Certificate & Key diff --git a/update-bitwarden.sh b/update-bitwarden.sh old mode 100755 new mode 100644