diff options
author | Eshenko Dmitriy <snooppy@mail.ua> | 2019-07-05 12:23:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 12:23:06 +0300 |
commit | 76a1a2b298d60dd9cdd0a03986bdb4524519a74a (patch) | |
tree | 11e38923df258f932374b6e5e83cec90e261302f /README.md | |
parent | 9958f89e7ad3eda5a53c9a02afd989e2f1d0f878 (diff) | |
download | vyos-build-76a1a2b298d60dd9cdd0a03986bdb4524519a74a.tar.gz vyos-build-76a1a2b298d60dd9cdd0a03986bdb4524519a74a.zip |
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.`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |