From 0eec677b6a4738151a6c342cfc6267e8e5cc74c7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 18 Jan 2022 19:56:40 -0500 Subject: [PATCH] Delete hacs.sh --- hacs.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 hacs.sh diff --git a/hacs.sh b/hacs.sh deleted file mode 100644 index 5079c45e..00000000 --- a/hacs.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash -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 /var/lib/docker/volumes/hass_config/_data -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/hacs.sh)" -# Then add the integration in HA