Skip to content

Commit 6dedfb1

Browse files
committed
Check if coreutils and tar are installed.
1 parent f7e80d4 commit 6dedfb1

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 coreutils curl tar
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
@@ -40,7 +40,7 @@ check_packages() {
4040
}
4141

4242
export DEBIAN_FRONTEND=noninteractive
43-
check_packages curl
43+
check_packages coreutils curl tar
4444

4545
echo "Installing exercism-cli: v${VERSION}"
4646

0 commit comments

Comments
 (0)