From aa50df5ab53dfb27be213d474f5a49408a60b38c Mon Sep 17 00:00:00 2001 From: Michael Bradford Date: Wed, 18 Sep 2024 11:11:58 -0700 Subject: [PATCH] use env var for CAPE_SANDBOX_COMMUNITY_SHA --- installer/cape2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/cape2.sh b/installer/cape2.sh index 5b20103fb82..40e7d450f22 100644 --- a/installer/cape2.sh +++ b/installer/cape2.sh @@ -1187,8 +1187,7 @@ function install_CAPE() { crudini --set conf/reporting.conf runstatistics enabled yes fi - # bump - python3 utils/community.py -waf -cr --url "https://github.com/polyswarm/CAPESandbox-community/archive/ecd543b4124b9a201f16030de244c2f48757b75a.tar.gz" + python3 utils/community.py -waf -cr --url "https://github.com/polyswarm/CAPESandbox-community/archive/${CAPE_SANDBOX_COMMUNITY_SHA}.tar.gz" # Configure direct internet connection sudo echo "400 ${INTERNET_IFACE}" >> /etc/iproute2/rt_tables