mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update unprivileged-homeassistant.sh
This commit is contained in:
		
							parent
							
								
									51a82e3581
								
							
						
					
					
						commit
						5e5a2d1a81
					
				| 
						 | 
					@ -94,7 +94,7 @@ export PCT_OPTIONS="
 | 
				
			||||||
  -memory 2048
 | 
					  -memory 2048
 | 
				
			||||||
  -unprivileged 1
 | 
					  -unprivileged 1
 | 
				
			||||||
"
 | 
					"
 | 
				
			||||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/create_lxc.sh)" || exit
 | 
					bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/create_lxc.sh)" || exit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}')
 | 
					STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}')
 | 
				
			||||||
if [ "$STORAGE_TYPE" == "zfspool" ]; then
 | 
					if [ "$STORAGE_TYPE" == "zfspool" ]; then
 | 
				
			||||||
| 
						 | 
					@ -112,7 +112,7 @@ echo -e "${CM}${CL} \r"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
alias lxc-cmd="lxc-attach -n $CTID --"
 | 
					alias lxc-cmd="lxc-attach -n $CTID --"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/homeassistant-install.sh)" || exit
 | 
					lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/homeassistant-install.sh)" || exit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 | 
					IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue