Make all packages 'trusted' from debian archive to build when keys expire
This commit is contained in:
parent
68a9c216ab
commit
ab2e37ace2
|
@ -9,9 +9,9 @@ cat <<-EOF > /etc/apt/sources.list
|
||||||
deb http://deb.debian.org/debian bookworm main
|
deb http://deb.debian.org/debian bookworm main
|
||||||
deb http://security.debian.org/debian-security bookworm-security main
|
deb http://security.debian.org/debian-security bookworm-security main
|
||||||
deb http://deb.debian.org/debian bookworm-updates main
|
deb http://deb.debian.org/debian bookworm-updates main
|
||||||
deb [check-valid-until=no] ${snapshot_url}/${snapshot_date} bookworm main
|
deb [trusted=yes] ${snapshot_url}/${snapshot_date} bookworm main
|
||||||
deb [check-valid-until=no] ${snapshot_url}-security/${snapshot_date} bookworm-security main
|
deb [trusted=yes] ${snapshot_url}-security/${snapshot_date} bookworm-security main
|
||||||
deb [check-valid-until=no] ${snapshot_url}/${snapshot_date} bookworm-updates main
|
deb [trusted=yes] ${snapshot_url}/${snapshot_date} bookworm-updates main
|
||||||
EOF
|
EOF
|
||||||
cp /etc/apt/sources.list /config/toolchain/
|
cp /etc/apt/sources.list /config/toolchain/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue