From 398151bfb3a7c392fc0857c59baf402f2c2825be Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Wed, 9 Nov 2022 16:10:48 +0000 Subject: [PATCH] Also include bullseye-updates snapshot. --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 57aee0f..dd3504b 100755 --- a/install.sh +++ b/install.sh @@ -3,9 +3,10 @@ set -e set -x # use snapshot repos for deterministic package versions -DATE="20220922T000000Z" +DATE="20221108T000000Z" cat << EOF > /etc/apt/sources.list deb http://snapshot.debian.org/archive/debian/${DATE}/ bullseye main +deb http://snapshot.debian.org/archive/debian/${DATE}/ bullseye-updates main EOF # ignore expired package releases if env variable is set -- GitLab