1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-02 02:51:53 +00:00

Update podman_ha_setup.sh

This commit is contained in:
tteckster 2022-02-24 15:29:18 -05:00 committed by GitHub
parent 782be3ee5d
commit db30eb9b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:latest &>/dev/null
podman pull docker.io/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