From 88647eee74ff627503a52f882ae8971da7a27523 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 17 Dec 2022 09:44:07 -0500 Subject: [PATCH] Update hacs-core.sh check for PVE --- misc/hacs-core.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/hacs-core.sh b/misc/hacs-core.sh index 71a9524f..0479d932 100644 --- a/misc/hacs-core.sh +++ b/misc/hacs-core.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi echo -e "\e[1;33m This script will install Home Assistant Community Store (HACS) \e[0m" while true; do