mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-11-04 04:49:29 +00:00 
			
		
		
		
	Delete hacs-core.sh
prune
This commit is contained in:
		
							parent
							
								
									31b8c786cb
								
							
						
					
					
						commit
						2f6cf1addc
					
				@ -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
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user