diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-04 22:02:17 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-07-04 22:02:17 +0200 |
commit | 337c69ce798124b31f3549ea5604119bd8cd0eb3 (patch) | |
tree | be1c0ceb5fb6c2ef509f8c0163bbb7b4121658be /scripts | |
parent | d766043deca616bf2b6189635864009c73655919 (diff) | |
download | vyos-build-337c69ce798124b31f3549ea5604119bd8cd0eb3.tar.gz vyos-build-337c69ce798124b31f3549ea5604119bd8cd0eb3.zip |
Debian: T3641: enable Bullseye APT "updates"
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/live-build-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-build-config b/scripts/live-build-config index c747a443..c9d6ee1d 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -56,7 +56,7 @@ lb config noauto \ --archive-areas "main contrib non-free" \ --firmware-chroot false \ --firmware-binary false \ - --updates false \ + --updates true \ --security false \ --backports false \ --utc-time true \ |