Browse Source

Update podman_ha_setup.sh

tteckster 3 years ago
parent
commit
fc9f225234
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/podman_ha_setup.sh

+ 1 - 1
setup/podman_ha_setup.sh

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