mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	fix pip3
This commit is contained in:
		@@ -37,7 +37,7 @@ curl -fsSL "https://github.com/Donkie/Spoolman/releases/download/$RELEASE/spoolm
 | 
				
			|||||||
$STD unzip spoolman.zip -d spoolman
 | 
					$STD unzip spoolman.zip -d spoolman
 | 
				
			||||||
rm -rf spoolman.zip
 | 
					rm -rf spoolman.zip
 | 
				
			||||||
cd spoolman
 | 
					cd spoolman
 | 
				
			||||||
$STD pip3 install -r requirements.txt
 | 
					$STD pip3 install --upgrade --ignore-installed -r requirements.txt
 | 
				
			||||||
curl -fsSL "https://raw.githubusercontent.com/Donkie/Spoolman/master/.env.example" -o ".env"
 | 
					curl -fsSL "https://raw.githubusercontent.com/Donkie/Spoolman/master/.env.example" -o ".env"
 | 
				
			||||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
 | 
					echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
 | 
				
			||||||
msg_ok "Installed Spoolman"
 | 
					msg_ok "Installed Spoolman"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user