burrow-pi-img/add-qtum/01-configure-apt/00-run.sh
Yunqi Ouyang f570b2ad13 add qtum
2019-05-24 11:18:12 +08:00

9 lines
169 B
Bash
Executable File

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