mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update yunohost-v5-install.sh
This commit is contained in:
		
							parent
							
								
									2e69774888
								
							
						
					
					
						commit
						796822d451
					
				| 
						 | 
					@ -81,12 +81,11 @@ $STD apt-get -y upgrade
 | 
				
			||||||
msg_ok "Updated Container OS"
 | 
					msg_ok "Updated Container OS"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Installing Dependencies"
 | 
					msg_info "Installing Dependencies"
 | 
				
			||||||
$STD apt-get install -y \
 | 
					$STD apt-get install -y curl
 | 
				
			||||||
        curl \
 | 
					$STD apt-get install -y sudo
 | 
				
			||||||
        sudo \
 | 
					$STD apt-get install -y apt-transport-https
 | 
				
			||||||
        apt-transport-https \
 | 
					$STD apt-get install -y lsb-release
 | 
				
			||||||
        lsb-release \
 | 
					$STD apt-get install -y ca-certificates
 | 
				
			||||||
        ca-certificates
 | 
					 | 
				
			||||||
msg_ok "Installed Dependencies"
 | 
					msg_ok "Installed Dependencies"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Installing YunoHost (Patience)"
 | 
					msg_info "Installing YunoHost (Patience)"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue