Skip to content

Instantly share code, notes, and snippets.

@krogebry
Last active July 29, 2020 18:44
Show Gist options
  • Save krogebry/7167adf368c0d422a4212a352825c7d8 to your computer and use it in GitHub Desktop.
Save krogebry/7167adf368c0d422a4212a352825c7d8 to your computer and use it in GitHub Desktop.
#!/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