Skip to content

Instantly share code, notes, and snippets.

@eloylp
Last active February 10, 2020 09:52
Show Gist options
  • Save eloylp/502295fb4d348d783c587b655d457c09 to your computer and use it in GitHub Desktop.
Save eloylp/502295fb4d348d783c587b655d457c09 to your computer and use it in GitHub Desktop.
startup_script_backups.sh
#!/bin/bash
curl -fsSl https://gist.githubusercontent.com/eloylp/7bd966d2b9895770dd0d47c199009b7f/raw/ad13d9636068b267ded1148c74ef8c782a0d955e/node_exporter_setup.sh | bash \
&& curl -fsSL https://gist.githubusercontent.com/eloylp/f05b4de931cc0a0cdd1e713b015639ba/raw/2651a96ae5d4a266d52fe2caa63c0546c17e37d1/install_and_expose_dockerd.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment