burrow-pi-img/stage1/04-balenafin/00-run.sh
Andrei Gherzan fb03634888 Add initial balenafin support
Signed-off-by: Andrei Gherzan <andrei@balena.io>
2019-02-27 14:55:18 +00:00

9 lines
184 B
Bash
Executable File

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