Ver Fonte

Update podman_ha_setup.sh

tteckster há 3 anos atrás
pai
commit
782be3ee5d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      setup/podman_ha_setup.sh

+ 1 - 1
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.lo/home-assistant/home-assistant:stable &>/dev/null
+podman pull docker.lo/home-assistant/home-assistant:latest &>/dev/null
 
 echo -e "${CHECKMARK} \e[1;92m Installing Home Assistant... \e[0m"
 podman volume create hass_config >/dev/null