From 76a1a2b298d60dd9cdd0a03986bdb4524519a74a Mon Sep 17 00:00:00 2001 From: Eshenko Dmitriy Date: Fri, 5 Jul 2019 12:23:06 +0300 Subject: Update README.md Add `apt-get update -o Acquire::Check-Valid-Until=false` for fix error `...jessie-backports/InRelease is expired. Updates for this repository will not be applied.` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38c85d78..8e1636ce 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ $ sudo debootstrap jessie vyos-chroot $ sudo chroot vyos-chroot $ echo "deb http://archive.debian.org/debian/ jessie-backports main" >> /etc/apt/sources.list -$ apt-get update +$ apt-get update -o Acquire::Check-Valid-Until=false ``` **NOTE:** We recommend to use the Docker build method -- cgit v1.2.3