1
0
Fork 0

Fix error

This commit is contained in:
Braiden Vasco 2018-03-29 23:41:01 +00:00
parent 29ccba9cfe
commit 7208d1371d
No known key found for this signature in database
GPG key ID: 2F87CADA171E2424

View file

@ -121,10 +121,8 @@ ln -nsf /proc/mounts "$ROOTFS_DIR/etc/mtab"
#
apply_file 644 '/etc/apt/sources.list'
on_chroot << EOF
apt-key add - < "$KEYS_DIR/raspberrypi-archive-keyring.gpg"
apt-key add - < "$KEYS_DIR/i2p-archive-keyring.gpg"
EOF
on_chroot apt-key add - < "$KEYS_DIR/raspberrypi-archive-keyring.gpg"
on_chroot apt-key add - < "$KEYS_DIR/i2p-archive-keyring.gpg"
apply_file 644 '/etc/apt/apt.conf.d/02noinstall'
apply_file 644 '/etc/apt/apt.conf.d/50pdiffs'