File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
buildroot-external/package/hassio Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ container=$(docker run --privileged -e DOCKER_TLS_CERTDIR="" \
2929 -v " ${build_dir} " :/build \
3030 -d " docker:${docker_version} -dind" --feature containerd-snapshotter --data-root /mnt/data/docker)
3131
32- docker exec " ${container} " sh /build/dind-import-containers.sh " ${channel} "
32+ docker exec " ${container} " sh /build/dind-import-containers.sh
3333
3434sudo bash -ex << EOF
3535# Indicator for docker-prepare.service to use the containerd snapshotter
3636touch "${data_dir} /.docker-use-containerd-snapshotter"
3737
3838# Setup AppArmor
3939mkdir -p "${data_dir} /supervisor/apparmor"
40- wget -O "${data_dir} /supervisor/apparmor/hassio-supervisor" "${APPARMOR_URL} "
40+ curl -fsL -o "${data_dir} /supervisor/apparmor/hassio-supervisor" "${APPARMOR_URL} "
4141
4242# Persist build-time updater channel
4343jq -n --arg channel "${channel} " '{"channel": \$ channel}' > "${data_dir} /supervisor/updater.json"
You can’t perform that action at this time.
0 commit comments