Fix error
This commit is contained in:
parent
15cc712253
commit
76582f192b
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -183,7 +183,7 @@ install -m 755 files/rc.local "$ROOTFS_DIR/etc/rc.local"
|
||||||
install -m 644 files/sources.list "$ROOTFS_DIR/etc/apt/"
|
install -m 644 files/sources.list "$ROOTFS_DIR/etc/apt/"
|
||||||
install -m 644 files/raspi.list "$ROOTFS_DIR/etc/apt/sources.list.d/"
|
install -m 644 files/raspi.list "$ROOTFS_DIR/etc/apt/sources.list.d/"
|
||||||
|
|
||||||
chroot_rootfs 'apt-key add - < files/raspberrypi.gpg.key'
|
chroot_rootfs apt-key add - < files/raspberrypi.gpg.key
|
||||||
|
|
||||||
chroot_rootfs << EOF
|
chroot_rootfs << EOF
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
Reference in a new issue