From de3928b4bc9ad9099ac59c1006e6f107ecdc7a1d Mon Sep 17 00:00:00 2001 From: Captainhook Date: Fri, 11 Sep 2020 00:12:45 +0100 Subject: [PATCH] Revert "Add a script which simplifies Bitwarden updates" This reverts commit 554fc72af5ff704de4db2911791d06dac4594489. --- README.md | 1 - update-bitwarden.sh | 0 2 files changed, 1 deletion(-) mode change 100644 => 100755 update-bitwarden.sh diff --git a/README.md b/README.md index 38b6f4e..10957f2 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ 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 100644 new mode 100755