Skip to content

Instantly share code, notes, and snippets.

@dangirsh
dangirsh / install.sh
Last active December 10, 2015 19:08 — forked from nickman/install.sh
#!/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