mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-31 02:49:19 +00:00 
			
		
		
		
	Create podman_hacs.sh
This commit is contained in:
		
							parent
							
								
									2e7cbf54a6
								
							
						
					
					
						commit
						78d6900a83
					
				
							
								
								
									
										20
									
								
								misc/podman_hacs.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								misc/podman_hacs.sh
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | ||||
| #!/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/containers/storage/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/misc/podman_hacs.sh)" | ||||
| # Then add the integration in HA | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user