From 426c304275fd299a7a579130046f19b878f7b8e5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 20 Mar 2022 17:28:12 -0400 Subject: [PATCH] Update homeassistant-install.sh --- setup/homeassistant-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/homeassistant-install.sh b/setup/homeassistant-install.sh index 167fd6a0..a9814b81 100644 --- a/setup/homeassistant-install.sh +++ b/setup/homeassistant-install.sh @@ -82,7 +82,7 @@ EOF sh <(curl -sSL https://get.docker.com) &>/dev/null echo -e "${CM}${CL} \r" -echo -en "${GN} Pulling Portainer Image $PORTAINER_LATEST_VERSION... " +echo -en "${GN} Pulling Portainer $PORTAINER_LATEST_VERSION Image... " docker pull portainer/portainer-ce:latest &>/dev/null echo -e "${CM}${CL} \r" @@ -98,7 +98,7 @@ docker run -d \ portainer/portainer-ce:latest &>/dev/null echo -e "${CM}${CL} \r" -echo -en "${GN} Pulling Home Assistant Image $CORE_LATEST_VERSION... " +echo -en "${GN} Pulling Home Assistant $CORE_LATEST_VERSION Image... " docker pull homeassistant/home-assistant:stable &>/dev/null echo -e "${CM}${CL} \r"