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 f7e80d4 commit 6dedfb1Copy full SHA for 6dedfb1
src/circleci-cli/install.sh
@@ -27,6 +27,6 @@ check_packages() {
27
}
28
29
export DEBIAN_FRONTEND=noninteractive
30
-check_packages curl
+check_packages coreutils curl tar
31
32
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash
src/exercism-cli/install.sh
@@ -40,7 +40,7 @@ check_packages() {
40
41
42
43
44
45
echo "Installing exercism-cli: v${VERSION}"
46
0 commit comments