Skip to content

Commit 3f5a5e7

Browse files
committed
Install ca-certificates.
1 parent f6d03fe commit 3f5a5e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/circleci-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ check_packages() {
2727
}
2828

2929
export DEBIAN_FRONTEND=noninteractive
30-
check_packages curl
30+
check_packages curl ca-certificates
3131

3232
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash

src/exercism-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ check_packages() {
3636
}
3737

3838
export DEBIAN_FRONTEND=noninteractive
39-
check_packages curl
39+
check_packages curl ca-certificates
4040

4141
if [[ -z "$VERSION" ]] || [[ "$VERSION" = "latest" ]]; then {
4242
VERSION=$(curl -sLI -o /dev/null -w '%{url_effective}' "$LATEST_URL" | cut -d "v" -f 2)

0 commit comments

Comments
 (0)