Update podman_ha_setup.sh

This commit is contained in:
tteckster
2022-02-24 13:04:15 -05:00
committed by GitHub
parent f547d808f6
commit a8926503e2

View File

@ -71,7 +71,7 @@ podman run -d \
selfhostedpro/yacht:latest &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Pulling Home Assistant Image...\e[0m"
podman pull docker.io/homeassistant/home-assistant:stable &>/dev/null
podman pull ghcr.io/home-assistant/home-assistant:stable &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Home Assistant... \e[0m"
podman volume create hass_config >/dev/null