mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
8 lines
190 B
Bash
8 lines
190 B
Bash
#!/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
|