From 4e117988d20ed5e49f7abde87d083f77dc5e3e8d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 17 Dec 2022 09:47:13 -0500 Subject: [PATCH] Update podman_hacs.sh check for PVE --- misc/podman_hacs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/podman_hacs.sh b/misc/podman_hacs.sh index 6936b066..10d5b1bf 100644 --- a/misc/podman_hacs.sh +++ b/misc/podman_hacs.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