Skip to content

Instantly share code, notes, and snippets.

View hahmeed237-lab's full-sized avatar

hahmeed237-lab

View GitHub Profile
#!/usr/bin/env bash
if [ "`whoami`" != "root" ]; then
echo "You must execute this script as root" >&2
exit 1
fi
echo ".----------------------."
echo "| node.js installation |"
echo "'----------------------'"