Update podman_ha_setup.sh

This commit is contained in:
tteckster 2022-02-24 14:39:17 -05:00 committed by GitHub
parent 1f3abcbf0d
commit 782be3ee5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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