From 059a9dedfe9ccbcd41a8415e780bf7164be4d2f0 Mon Sep 17 00:00:00 2001 From: Reliacon Developer <51715388+reliacon-dev@users.noreply.github.com> Date: Wed, 2 Mar 2022 15:30:29 -0600 Subject: [PATCH] Update bitwarden.sh path --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6602970..823e77f 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ DIR=`dirname "$0"` DIR=`exec 2>/dev/null;(cd -- "$DIR") && cd -- "$DIR"|| cd "$DIR"; unset PWD; /usr/bin/pwd || /bin/pwd || pwd` -BW_VERSION="$(curl --silent https://raw.githubusercontent.com/bitwarden/server/master/scripts/bitwarden.sh | grep 'COREVERSION="' | sed 's/^[^"]*"//; s/".*//')" +BW_VERSION="$(curl --silent https://raw.githubusercontent.com/bitwarden/self-host/master/bitwarden.sh | grep 'COREVERSION="' | sed 's/^[^"]*"//; s/".*//')" echo "Building BitBetter for BitWarden version $BW_VERSION"