Skip to content

Instantly share code, notes, and snippets.

View Austin-Williams's full-sized avatar

Austin Williams Austin-Williams

  • The Internet
View GitHub Profile
@Austin-Williams
Austin-Williams / obsetup.sh
Created July 22, 2016 23:24 — forked from mariodian/obsetup.sh
OpenBazaar Server installation script for Ubuntu
#!/bin/bash
# Run: "chmod u+x obsetup.sh" before running the script
user=$(whoami)
dir=$(pwd)
if [ $user = 'root' ]; then
echo "Please run this script as a regular user."
exit;
fi