mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									1ff0979cee
								
							
						
					
					
						commit
						015e8f4393
					
				| 
						 | 
					@ -36,11 +36,10 @@ $STD apt-get install -y \
 | 
				
			||||||
msg_ok "Installed Python3"
 | 
					msg_ok "Installed Python3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Installing Spoolman"
 | 
					msg_info "Installing Spoolman"
 | 
				
			||||||
cd /opt
 | 
					 | 
				
			||||||
RELEASE=$(wget -q https://github.com/Donkie/Spoolman/releases/latest -O - | grep "title>Release" | cut -d " " -f 4)
 | 
					RELEASE=$(wget -q https://github.com/Donkie/Spoolman/releases/latest -O - | grep "title>Release" | cut -d " " -f 4)
 | 
				
			||||||
cd /opt
 | 
					cd /opt
 | 
				
			||||||
wget -q https://github.com/Donkie/Spoolman/releases/download/$RELEASE/spoolman.zip
 | 
					wget -q https://github.com/Donkie/Spoolman/releases/download/$RELEASE/spoolman.zip
 | 
				
			||||||
unzip -q spoolman.zip -d spoolman
 | 
					unzip -q spoolman.zip
 | 
				
			||||||
rm -rf spoolman.zip
 | 
					rm -rf spoolman.zip
 | 
				
			||||||
cd spoolman
 | 
					cd spoolman
 | 
				
			||||||
$STD pip3 install -r requirements.txt
 | 
					$STD pip3 install -r requirements.txt
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue