mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									bbd7ad39f6
								
							
						
					
					
						commit
						ddd5b89be4
					
				| 
						 | 
					@ -26,10 +26,9 @@ python3-dev \
 | 
				
			||||||
python3-pip \
 | 
					python3-pip \
 | 
				
			||||||
python3-venv
 | 
					python3-venv
 | 
				
			||||||
if [[ "$PCT_OSVERSION" == "12" ]]; then
 | 
					if [[ "$PCT_OSVERSION" == "12" ]]; then
 | 
				
			||||||
  $STD apt-get install -y pipx
 | 
					  $STD pip install runlike --break-system-packages
 | 
				
			||||||
  $STD pipx install runlike
 | 
					 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
  $STD pip3 install runlike
 | 
					  $STD pip install runlike
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
msg_ok "Installed runlike"
 | 
					msg_ok "Installed runlike"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue