Skip to content

Instantly share code, notes, and snippets.

View lmilbaum's full-sized avatar

Liora Milbaum lmilbaum

  • Red Hat
  • Israel
View GitHub Profile
@lmilbaum
lmilbaum / install.sh
Last active July 28, 2018 09:00 — forked from nickman/install.sh
Graphite Server Install Script for Ubuntu
#!/bin/bash
#######################################
# Graphite Install
# Run with sudo for best results
#
#######################################
if [[ "$(/usr/bin/whoami)" != "root" ]]; then
echo "This script must be run as root or using sudo.Script aborted."
exit 1