burrow-pi-img/stage3/00-configure-apt/00-run.sh

9 lines
171 B
Bash
Raw Normal View History

2020-07-26 21:49:46 +00:00
#!/bin/bash -e
install -m 644 files/blokas.list ${ROOTFS_DIR}/etc/apt/sources.list.d/
on_chroot apt-key add - < files/blokas.gpg.key
on_chroot << EOF
apt-get update
EOF