mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Add protobuf dependencies to installation script
This commit is contained in:
		@@ -19,6 +19,8 @@ $STD apt install -y \
 | 
				
			|||||||
  build-essential \
 | 
					  build-essential \
 | 
				
			||||||
  g++ \
 | 
					  g++ \
 | 
				
			||||||
  cmake \
 | 
					  cmake \
 | 
				
			||||||
 | 
					  libprotobuf-dev \
 | 
				
			||||||
 | 
					  protobuf-compiler \
 | 
				
			||||||
  libsentencepiece-dev \
 | 
					  libsentencepiece-dev \
 | 
				
			||||||
  libicu-dev
 | 
					  libicu-dev
 | 
				
			||||||
msg_ok "Installed dependencies"
 | 
					msg_ok "Installed dependencies"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user