mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-11-04 04:49:29 +00:00 
			
		
		
		
	Update hyperion-install.sh
update install to utilize Debian 12
This commit is contained in:
		
							parent
							
								
									c5ddb590d7
								
							
						
					
					
						commit
						59dfb89db7
					
				@ -20,13 +20,13 @@ $STD apt-get install -y mc
 | 
			
		||||
$STD apt-get install -y lsb-release
 | 
			
		||||
$STD apt-get install -y gpg
 | 
			
		||||
$STD apt-get install -y apt-transport-https
 | 
			
		||||
$STD apt-get install -y libpython3.9
 | 
			
		||||
$STD apt-get install -y libpython3.11
 | 
			
		||||
 | 
			
		||||
msg_ok "Installed Dependencies"
 | 
			
		||||
 | 
			
		||||
msg_info "Installing Hyperion"
 | 
			
		||||
wget -qO- https://apt.hyperion-project.org/hyperion.pub.key | gpg --dearmor -o /usr/share/keyrings/hyperion.pub.gpg
 | 
			
		||||
sh -c 'echo "deb [signed-by=/usr/share/keyrings/hyperion.pub.gpg] https://apt.hyperion-project.org/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/hyperion.list'
 | 
			
		||||
wget -qO- https://releases.hyperion-project.org/hyperion.pub.key | gpg --dearmor -o /usr/share/keyrings/hyperion.pub.gpg
 | 
			
		||||
echo "deb [signed-by=/usr/share/keyrings/hyperion.pub.gpg] https://apt.releases.hyperion-project.org/ $(lsb_release -cs) main" >/etc/apt/sources.list.d/hyperion.list
 | 
			
		||||
$STD apt-get update
 | 
			
		||||
$STD apt-get install -y hyperion
 | 
			
		||||
$STD systemctl enable --now hyperion@root.service
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user