fix: ripe-atlas build

This commit is contained in:
s3lph 2024-07-23 20:23:53 +02:00
parent b55a9ddad2
commit 0d679cf3e3
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

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