mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									60eeefe0c4
								
							
						
					
					
						commit
						c912a037a1
					
				| 
						 | 
					@ -61,6 +61,7 @@ cp -R /opt/homarr/data /root/data-homarr-backup
 | 
				
			||||||
cp -R /opt/homarr/database /root/database-homarr-backup
 | 
					cp -R /opt/homarr/database /root/database-homarr-backup
 | 
				
			||||||
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 | tar -xz -C /opt
 | 
					wget -q -O- https://github.com/ajnart/homarr/archive/refs/tags/v${RELEASE}.tar.gz | tar -xz -C /opt
 | 
				
			||||||
 | 
					cp -R /opt/homarr-${RELEASE}/* /opt/homarr
 | 
				
			||||||
cp -R /root/data-homarr-backup/* /opt/homarr/data
 | 
					cp -R /root/data-homarr-backup/* /opt/homarr/data
 | 
				
			||||||
cp -R /root/database-homarr-backup/* /opt/homarr/database
 | 
					cp -R /root/database-homarr-backup/* /opt/homarr/database
 | 
				
			||||||
rm -rf /opt/homarr-${RELEASE}
 | 
					rm -rf /opt/homarr-${RELEASE}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue