mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update scrypted-install.sh
apt-key is deprecated
This commit is contained in:
		
							parent
							
								
									7797589a7e
								
							
						
					
					
						commit
						9e2a5129e8
					
				| @ -83,8 +83,8 @@ msg_ok "Installed Python3 Dependencies" | |||||||
| read -r -p "Would you like to add Coral Edge TPU support? <y/N> " prompt | read -r -p "Would you like to add Coral Edge TPU support? <y/N> " prompt | ||||||
| if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then | if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then | ||||||
| msg_info "Adding Coral Edge TPU Support" | msg_info "Adding Coral Edge TPU Support" | ||||||
| $STD apt-key add <(curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg) | wget -qO /etc/apt/trusted.gpg.d/coral-repo.asc "https://packages.cloud.google.com/apt/doc/apt-key.gpg" | ||||||
| sh -c 'echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > /etc/apt/sources.list.d/coral-edgetpu.list' | echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" >/etc/apt/sources.list.d/coral-edgetpu.list | ||||||
| $STD apt-get -y update | $STD apt-get -y update | ||||||
| $STD apt-get -y install libedgetpu1-std | $STD apt-get -y install libedgetpu1-std | ||||||
| msg_ok "Coral Edge TPU Support Added" | msg_ok "Coral Edge TPU Support Added" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user