Fix missing trailing newline in sources.list

Re-implement MR #49 by Diederik de Haas.
This commit is contained in:
Cyril Brulebois 2021-08-28 05:25:38 +02:00
parent 433100f5cb
commit b339942ca4
1 changed files with 2 additions and 2 deletions

View File

@ -49,11 +49,11 @@ steps:
unless: rootfs_unpacked unless: rootfs_unpacked
- create-file: /etc/apt/sources.list - create-file: /etc/apt/sources.list
trailing-newline: '1' contents: |+
contents: |
deb http://deb.debian.org/debian __RELEASE__ main contrib non-free deb http://deb.debian.org/debian __RELEASE__ main contrib non-free
deb http://security.debian.org/debian-security __SECURITY_SUITE__ main contrib non-free deb http://security.debian.org/debian-security __SECURITY_SUITE__ main contrib non-free
__BACKPORTS__ __BACKPORTS__
unless: rootfs_unpacked unless: rootfs_unpacked
- copy-file: /etc/initramfs-tools/hooks/rpi-resizerootfs - copy-file: /etc/initramfs-tools/hooks/rpi-resizerootfs