burrow-pi-img/stageX/07-uv4l/00-run.sh

9 lines
162 B
Bash
Executable File

#!/bin/bash -e
install -m 644 files/uv4l.list "${ROOTFS_DIR}/etc/apt/sources.list.d/"
on_chroot apt-key add - < files/lpkey.asc
on_chroot << EOF
apt update
EOF