mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	remove unneded apt-get install command
This commit is contained in:
		@@ -14,7 +14,7 @@ network_check
 | 
				
			|||||||
update_os
 | 
					update_os
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Installing Dependencies"
 | 
					msg_info "Installing Dependencies"
 | 
				
			||||||
$STD apt-get install --no-install-recommends --yes \
 | 
					$STD apt-get install -y \
 | 
				
			||||||
  curl \
 | 
					  curl \
 | 
				
			||||||
  sudo \
 | 
					  sudo \
 | 
				
			||||||
  mc \
 | 
					  mc \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user