mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			190 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			190 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
mkdir -p dev/librenms && cd $_
 | 
						|
curl -O http://wkennedy.co/uploads/librenms/Vagrantfile
 | 
						|
curl -O http://wkennedy.co/uploads/librenms/bootstrap.sh
 | 
						|
chmod +x bootstrap.sh
 | 
						|
vagrant up
 |