File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ NOTIFICATIONS="${NOTIFICATIONS}"
10
10
EVENTS=" ${EVENTS} "
11
11
KEY_CONNECTOR=" ${KEY_CONNECTOR} "
12
12
13
- REQUIRED_PACKAGES=" curl unzip sudo"
13
+ REQUIRED_PACKAGES=" curl unzip sudo ca-certificates "
14
14
BW_URL=" https://vault.bitwarden.com/download/?app=cli&platform=linux"
15
15
TARGET_PATH=/usr/local/bin/bw
16
16
Original file line number Diff line number Diff line change 4
4
source dev-container-features-test-lib
5
5
6
6
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\ $ '"
You can’t perform that action at this time.
0 commit comments