From 4b130604be2dcd96bde5f708e0f4dc91f86bd89b Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 4 Aug 2020 14:51:49 -0600 Subject: Build debian packages for tools --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/setup') diff --git a/bin/setup b/bin/setup index 03f0938..ada231f 100755 --- a/bin/setup +++ b/bin/setup @@ -7,7 +7,7 @@ cd "$(dirname "$0")/.." export PATH="/builds/gitlab-org/security-products/license-management/exe:/opt/gitlab/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" if [ ! -f /usr/sbin/haproxy ] && command -v apt-get; then - apt-get update -y && apt-get install -y --no-install-recommends haproxy + apt-get update -y && apt-get install -y --no-install-recommends git haproxy fi [[ -z "$CI_JOB_ID" ]] && enable_dev_mode -- cgit v1.2.3