mirror of https://github.com/tteck/Proxmox.git
Update podman_ha_setup.sh
This commit is contained in:
parent
c6f0e4d65d
commit
fc9f225234
|
@ -71,7 +71,7 @@ podman run -d \
|
|||
selfhostedpro/yacht:latest &>/dev/null
|
||||
|
||||
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"
|
||||
podman volume create hass_config >/dev/null
|
||||
|
|
Loading…
Reference in New Issue