mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update homarr-install.sh
This commit is contained in:
		
							parent
							
								
									5998a3c542
								
							
						
					
					
						commit
						50165e4d38
					
				| 
						 | 
					@ -44,10 +44,10 @@ msg_ok "Installed Yarn"
 | 
				
			||||||
msg_info "Installing Homarr (Patience)"
 | 
					msg_info "Installing Homarr (Patience)"
 | 
				
			||||||
git clone -q https://github.com/ajnart/homarr.git /opt/homarr
 | 
					git clone -q https://github.com/ajnart/homarr.git /opt/homarr
 | 
				
			||||||
cd /opt/homarr
 | 
					cd /opt/homarr
 | 
				
			||||||
$STD yarn install
 | 
					 | 
				
			||||||
$STD yarn build
 | 
					 | 
				
			||||||
cp -p /opt/homarr/.env.example /opt/homarr/.env
 | 
					cp -p /opt/homarr/.env.example /opt/homarr/.env
 | 
				
			||||||
sed -i 's/NEXTAUTH_SECRET="[^"]*"/NEXTAUTH_SECRET="'"$(openssl rand -base64 32)"'"/' /opt/homarr/.env
 | 
					sed -i 's/NEXTAUTH_SECRET="[^"]*"/NEXTAUTH_SECRET="'"$(openssl rand -base64 32)"'"/' /opt/homarr/.env
 | 
				
			||||||
 | 
					$STD yarn install
 | 
				
			||||||
 | 
					$STD yarn build
 | 
				
			||||||
$STD yarn db:migrate
 | 
					$STD yarn db:migrate
 | 
				
			||||||
msg_ok "Installed Homarr"
 | 
					msg_ok "Installed Homarr"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue