We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d03fe commit 3f5a5e7Copy full SHA for 3f5a5e7
src/circleci-cli/install.sh
@@ -27,6 +27,6 @@ check_packages() {
27
}
28
29
export DEBIAN_FRONTEND=noninteractive
30
-check_packages curl
+check_packages curl ca-certificates
31
32
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash
src/exercism-cli/install.sh
@@ -36,7 +36,7 @@ check_packages() {
36
37
38
39
40
41
if [[ -z "$VERSION" ]] || [[ "$VERSION" = "latest" ]]; then {
42
VERSION=$(curl -sLI -o /dev/null -w '%{url_effective}' "$LATEST_URL" | cut -d "v" -f 2)
0 commit comments