From 94afa9cc154f04201ab3bc24692cb2e2cb5e5db1 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Mon, 4 Mar 2024 18:05:11 +0000 Subject: [PATCH] Bump snapshot timestamp to be compatible with current distro. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 29e43b7..e12f52e 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -e set -x # use snapshot repos for deterministic package versions -DATE="20230509T000000Z" +DATE="20240301T000000Z" 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 -- GitLab