Skip to content

Commit 25cab19

Browse files
committed
[FIX] install & test (autogenerated)
1 parent b5d185c commit 25cab19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bitwarden-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NOTIFICATIONS="${NOTIFICATIONS}"
1010
EVENTS="${EVENTS}"
1111
KEY_CONNECTOR="${KEY_CONNECTOR}"
1212

13-
REQUIRED_PACKAGES="curl unzip sudo"
13+
REQUIRED_PACKAGES="curl unzip sudo ca-certificates"
1414
BW_URL="https://vault.bitwarden.com/download/?app=cli&platform=linux"
1515
TARGET_PATH=/usr/local/bin/bw
1616

test/bitwarden-cli/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44
source dev-container-features-test-lib
55

66
check "bw --version" bash -c "bw --version | grep -E '^20(2[5-9]|[3-9][0-9])\\.([1-9]|1[0-2])\\.([1-9]|[1-2][0-9]|3[0-1])'"
7-
check "bw config server => https://bitwarden.com" bash -c "bw config server | grep '^https://bitwarden.com$$'"
7+
check "bw config server => https://bitwarden.com" bash -c "bw config server | grep '^https://bitwarden.com\$'"

0 commit comments

Comments
 (0)