mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
7 lines
144 B
Bash
7 lines
144 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd ..
|
||
|
|
git clone -b master --single-branch git@github.com:grafana/grafana-enterprise.git --depth 1
|
||
|
|
cd grafana-enterprise
|
||
|
|
./build.sh
|