From 25b8de467bb1a57d73411857a206c1fe220c12f8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 24 Feb 2022 15:54:30 -0500 Subject: [PATCH] Update podman_ha_setup.sh --- setup/podman_ha_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/podman_ha_setup.sh b/setup/podman_ha_setup.sh index 641062a4..2d780292 100644 --- a/setup/podman_ha_setup.sh +++ b/setup/podman_ha_setup.sh @@ -72,7 +72,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/home-assistant/home-assistant:latest &>/dev/null +podman pull docker.io/homeassistant/home-assistant:stable &>/dev/null echo -e "${CHECKMARK} \e[1;92m Installing Home Assistant... \e[0m" podman volume create hass_config >/dev/null