mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update calibre-web-install.sh
fixes https://github.com/tteck/Proxmox/issues/3184
This commit is contained in:
		
							parent
							
								
									3a455a9e9e
								
							
						
					
					
						commit
						7dca71d296
					
				| 
						 | 
					@ -36,6 +36,7 @@ msg_info "Installing Calibre-Web"
 | 
				
			||||||
mkdir -p /opt/calibre-web
 | 
					mkdir -p /opt/calibre-web
 | 
				
			||||||
$STD wget https://github.com/janeczku/calibre-web/raw/master/library/metadata.db -P /opt/calibre-web
 | 
					$STD wget https://github.com/janeczku/calibre-web/raw/master/library/metadata.db -P /opt/calibre-web
 | 
				
			||||||
$STD pip install calibreweb
 | 
					$STD pip install calibreweb
 | 
				
			||||||
 | 
					$STD pip install jsonschema
 | 
				
			||||||
msg_ok "Installed Calibre-Web"
 | 
					msg_ok "Installed Calibre-Web"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Creating Service"
 | 
					msg_info "Creating Service"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue