mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									57531c1d0a
								
							
						
					
					
						commit
						cb2d5b20d6
					
				| 
						 | 
				
			
			@ -20,7 +20,7 @@ $STD apt-get install -y mc
 | 
			
		|||
msg_ok "Installed Dependencies"
 | 
			
		||||
 | 
			
		||||
msg_info "Installing OpenObserve"
 | 
			
		||||
mkdir -p /opt/openserve/data
 | 
			
		||||
mkdir -p /opt/openobserve/data
 | 
			
		||||
LATEST=$(curl -sL https://api.github.com/repos/openobserve/openobserve/releases/latest | grep '"tag_name":' | cut -d'"' -f4)
 | 
			
		||||
tar zxvf <(curl -fsSL https://github.com/openobserve/openobserve/releases/download/$LATEST/openobserve-${LATEST}-linux-amd64.tar.gz) -C /opt/openobserve &>/dev/null
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue