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}"