mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update cockpit-install.sh
use backports
This commit is contained in:
		
							parent
							
								
									e643fe6699
								
							
						
					
					
						commit
						dbc4ce0231
					
				| @ -22,7 +22,10 @@ $STD apt-get install -y mc | |||||||
| msg_ok "Installed Dependencies" | msg_ok "Installed Dependencies" | ||||||
| 
 | 
 | ||||||
| msg_info "Installing Cockpit" | msg_info "Installing Cockpit" | ||||||
| $STD apt install -y cockpit --no-install-recommends | source /etc/os-release | ||||||
|  | echo "deb http://deb.debian.org/debian ${VERSION_CODENAME}-backports main" >/etc/apt/sources.list.d/backports.list | ||||||
|  | $STD apt-get update | ||||||
|  | $STD apt-get install -t ${VERSION_CODENAME}-backports cockpit -y | ||||||
| sed -i "s/root//g" /etc/cockpit/disallowed-users | sed -i "s/root//g" /etc/cockpit/disallowed-users | ||||||
| msg_ok "Installed Cockpit" | msg_ok "Installed Cockpit" | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user