Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2022-03-04 14:25:08 +0300
committerGitHub <noreply@github.com>2022-03-04 14:25:08 +0300
commitd5b2af0b03d8ed0a482d83493d0983a1ea413ef6 (patch)
tree6fac523ce45190fdf2a1743b32a6715491b561d2
parentcfbdd358ccb2b0bcb69ec02b0aa49f1601274476 (diff)
fix https://github.com/nextcloud/vm/issues/2252
thanks @Abarth91
-rw-r--r--apps/tmbitwarden.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tmbitwarden.sh b/apps/tmbitwarden.sh
index 1f18bdf7..a65c3c71 100644
--- a/apps/tmbitwarden.sh
+++ b/apps/tmbitwarden.sh
@@ -156,7 +156,7 @@ check_command systemctl enable bitwarden
# Install Bitwarden
install_if_not curl
check_command cd "$BITWARDEN_HOME"
-curl_to_dir "https://raw.githubusercontent.com/bitwarden/server/master/scripts" "bitwarden.sh" "$BITWARDEN_HOME"
+curl_to_dir "https://raw.githubusercontent.com/bitwarden/self-host/master" "bitwarden.sh" "$BITWARDEN_HOME"
chmod +x "$BITWARDEN_HOME"/bitwarden.sh
chown -R "$BITWARDEN_USER":"$BITWARDEN_USER" "$BITWARDEN_HOME"
check_command sudo -u "$BITWARDEN_USER" ./bitwarden.sh install