summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index d09c953..26f7309 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -8,5 +8,5 @@ fi
echo "apt-get update"
./.ci/retry.sh apt-get update || exit 1
-echo "apt-get -y -qq install git-core bash"
+echo "apt-get -y -qq install $*"
./.ci/retry.sh apt-get -y -qq install $* || exit 1