mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	refactor: fix pve-scripts local install script (#8418)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							e87bce1542
						
					
				
				
					commit
					996294daae
				
			@@ -29,6 +29,10 @@ $STD npm install
 | 
				
			|||||||
cp .env.example .env
 | 
					cp .env.example .env
 | 
				
			||||||
mkdir -p data
 | 
					mkdir -p data
 | 
				
			||||||
chmod 755 data
 | 
					chmod 755 data
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$STD npx prisma generate
 | 
				
			||||||
 | 
					$STD npx prisma migrate deploy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$STD npm run build
 | 
					$STD npm run build
 | 
				
			||||||
msg_ok "Installed PVE Scripts local"
 | 
					msg_ok "Installed PVE Scripts local"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user