mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									f35cf214e4
								
							
						
					
					
						commit
						bc6b4d51f9
					
				| 
						 | 
					@ -39,7 +39,7 @@ msg_info "Installing Homarr (Patience)"
 | 
				
			||||||
mkdir -p /opt/homarr
 | 
					mkdir -p /opt/homarr
 | 
				
			||||||
RELEASE=$(curl -s https://api.github.com/repos/ajnart/homarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
 | 
					RELEASE=$(curl -s https://api.github.com/repos/ajnart/homarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
 | 
				
			||||||
wget -q -O- https://github.com/ajnart/homarr/archive/refs/tags/v${RELEASE}.tar.gz | $STD tar -xz -C /opt && mv /opt/homarr-${RELEASE}/* /opt/homarr
 | 
					wget -q -O- https://github.com/ajnart/homarr/archive/refs/tags/v${RELEASE}.tar.gz | $STD tar -xz -C /opt && mv /opt/homarr-${RELEASE}/* /opt/homarr
 | 
				
			||||||
rm -rf /opt/homarr-0.14.0
 | 
					rm -rf /opt/homarr-${RELEASE}
 | 
				
			||||||
cd /opt/homarr
 | 
					cd /opt/homarr
 | 
				
			||||||
wget -q -O /opt/homarr/.env https://raw.githubusercontent.com/ajnart/homarr/dev/.env.example
 | 
					wget -q -O /opt/homarr/.env https://raw.githubusercontent.com/ajnart/homarr/dev/.env.example
 | 
				
			||||||
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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue