From 3463a099d5baa500c39fc795b51e70c667b3c2e1 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 10 Jul 2022 13:25:06 -0500 Subject: [PATCH] cirrus: use apt-get, not apt to install bup Signed-off-by: Rob Browning Tested-by: Rob Browning --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 639cc2b..46cc255 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,7 +21,7 @@ task: script: | set -xe dev/prep-for-debianish-build python3 - apt install bup + DEBIAN_FRONTEND=noninteractive apt-get -y install bup export BUP_TEST_OTHER_BUP="$(command -v bup)" "$BUP_TEST_OTHER_BUP" version dev/system-info -- 2.39.2