From 2f6cf1addc5cdfa287c57bccaf6f27ae12dbf4e1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 1 Jan 2023 12:26:54 -0500 Subject: [PATCH] Delete hacs-core.sh prune --- misc/hacs-core.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 misc/hacs-core.sh diff --git a/misc/hacs-core.sh b/misc/hacs-core.sh deleted file mode 100644 index 0479d932..00000000 --- a/misc/hacs-core.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/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 - read -p "Start the HACS Install Script (y/n)?" yn - case $yn in - [Yy]*) break ;; - [Nn]*) exit ;; - *) echo "Please answer yes or no." ;; - esac -done - -apt update &>/dev/null -apt install unzip &>/dev/null -cd .homeassistant -wget -O - https://get.hacs.xyz | bash - - -# To install HACS run the following from the container (LXC) console -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/hacs-core.sh)" -# Then add the integration in HA