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