From 418e301a7ed1072a3c6e07527e8b98dd7aa8c6e0 Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Fri, 24 Sep 2021 11:34:35 +0200 Subject: [PATCH] Attempt to fix sonar build --- scripts/sonar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sonar b/scripts/sonar index 3fa01155a..21d6154aa 100755 --- a/scripts/sonar +++ b/scripts/sonar @@ -1,6 +1,6 @@ #!/bin/sh -apt update +apt clean; apt update mk-build-deps --install --remove \ --tool "apt-get -o Debug::pkgProblemResolver=yes -q -y" \ debian/control