mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update frigate-install.sh
revert
This commit is contained in:
		@@ -45,8 +45,8 @@ if [[ "$CTTYPE" == "0" ]]; then
 | 
			
		||||
  chmod 660 /dev/dri/*
 | 
			
		||||
fi
 | 
			
		||||
msg_ok "Set Up Hardware Acceleration"
 | 
			
		||||
RELEASE=$(curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | sed -n 's/.*"tag_name": "\(.*\)",/\1/p')
 | 
			
		||||
#RELEASE=$(curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | grep -o '"tag_name": *"[^"]*"' | cut -d '"' -f 4)
 | 
			
		||||
#RELEASE=$(curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | sed -n 's/.*"tag_name": "\(.*\)",/\1/p')
 | 
			
		||||
RELEASE=$(curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | grep -o '"tag_name": *"[^"]*"' | cut -d '"' -f 4)
 | 
			
		||||
msg_info "Installing Frigate $RELEASE (Perseverance)"
 | 
			
		||||
cd ~
 | 
			
		||||
mkdir -p /opt/frigate/models
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user