From d5b2af0b03d8ed0a482d83493d0983a1ea413ef6 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 4 Mar 2022 12:25:08 +0100 Subject: [PATCH] fix https://github.com/nextcloud/vm/issues/2252 thanks @Abarth91 --- apps/tmbitwarden.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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