mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-26 16:43:17 +01:00
Update hacs-core.sh
check for PVE
This commit is contained in:
parent
1a4837e881
commit
88647eee74
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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"
|
echo -e "\e[1;33m This script will install Home Assistant Community Store (HACS) \e[0m"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
|
Loading…
Reference in New Issue
Block a user