summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-08-16 12:51:27 +0100
committerSimon McVittie <smcv@collabora.com>2023-08-16 12:53:12 +0100
commit367a67db0253a31a71d61f60dc9498aa6509ed5a (patch)
tree4d74a287feddc97b6c7c44bed6958d8ab2630cc1
parentb3e3fbcd41a4d0cdb7218da7b38e567857d3b02e (diff)
CI: Consistently prevent dpkg from asking questions
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rwxr-xr-xtools/ci-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci-install.sh b/tools/ci-install.sh
index 1b2fe7b..59f9894 100755
--- a/tools/ci-install.sh
+++ b/tools/ci-install.sh
@@ -97,7 +97,7 @@ case "$ci_distro" in
${NULL}
if [ -n "${dbus_ci_system_python-}" ]; then
- sudo apt-get -qq -y install \
+ $sudo apt-get -qq -y install \
${dbus_ci_system_python} \
${dbus_ci_system_python%-dbg}-dev \
python3-docutils \