From 0d679cf3e3e828605e1dd3b115c4363eebb2eddc Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 23 Jul 2024 20:23:53 +0200 Subject: [PATCH] fix: ripe-atlas build --- ripe-atlas/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ripe-atlas/build.sh b/ripe-atlas/build.sh index fe0420e..ca45518 100755 --- a/ripe-atlas/build.sh +++ b/ripe-atlas/build.sh @@ -11,6 +11,7 @@ mkdir -p "${SRCDIR}" cd "${SRCDIR}" apt install --yes git build-essential debhelper libssl-dev autotools-dev git clone --recursive https://github.com/RIPE-NCC/ripe-atlas-software-probe +cd ripe-atlas-software-probe git submodule update dpkg-buildpackage -b -us -uc mv ../ripe-atlas-*.deb "${BUILDDIR}"