diff --git a/ct/homeassistant-core-v5.sh b/ct/homeassistant-core-v5.sh index 35e73e5b..51c2da41 100644 --- a/ct/homeassistant-core-v5.sh +++ b/ct/homeassistant-core-v5.sh @@ -369,7 +369,7 @@ msg_info "Installing Home Assistant Comunity Store (HACS)" apt update &>/dev/null apt install unzip &>/dev/null cd .homeassistant -wget -O - https://get.hacs.xyz | bash - &>/dev/null +bash <(curl -fsSL https://get.hacs.xyz) &>/dev/null msg_ok "Installed Home Assistant Comunity Store (HACS)" echo -e "\n Reboot Home Assistant and clear browser cache then Add HACS integration.\n" exit