Last active
July 29, 2020 18:44
-
-
Save krogebry/7167adf368c0d422a4212a352825c7d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
cd /var/lib/grafana/plugins | |
for plugin in "camera-player" "grafana-compare-queries" "grafana-trackmap-panel" | |
do | |
aws s3 cp s3://company-missioncontrol/grafana/plugins/${plugin}.tar.gz ./ | |
tar -xzpf ${plugin}.tar.gz | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment