Skip to content

Commit

Permalink
Update debian11_create_container.sh
Browse files Browse the repository at this point in the history
up2
  • Loading branch information
belmont authored Nov 5, 2022
1 parent 1221429 commit eb78837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian11_create_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ lxc-cmd bash -c "curl -fsSL get.docker.com | sh" &>/dev/null
msg "Configuring Docker..."
DOCKER_CONFIG_PATH='/etc/docker/daemon.json'

HA_URL_BASE='https://raw.githubusercontent.com/home-assistant/supervised-installer/main/homeassistant-supervised/etc'
HA_URL_BASE='https://github.com/home-assistant/supervised-installer/tree/main/homeassistant-supervised/etc'
lxc-cmd mkdir -p $(dirname $DOCKER_CONFIG_PATH)
lxc-cmd wget -qLO $DOCKER_CONFIG_PATH ${HA_URL_BASE}/docker/daemon.json
lxc-cmd systemctl restart docker
Expand Down

0 comments on commit eb78837

Please sign in to comment.