From babb51ac43b3b9c969fe858e9631b993306c7454 Mon Sep 17 00:00:00 2001
From: Damian Montero <thedamian@users.noreply.github.com>
Date: Fri, 17 Feb 2017 20:09:20 -0500
Subject: [PATCH] Update install.sh

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index 71f9498e..2e32ea66 100755
--- a/install.sh
+++ b/install.sh
@@ -109,7 +109,7 @@ echo y | crew install git
 sudo ln -s /usr/local/bin/gcc /usr/local/bin/cc
 
 #This will allow a lot of things to work without sudo
-sudo chown -R `whoami`:`whoami` /usr/local
+sudo chown -R `id -u`:`id -g` /usr/local
 
 #prepare sparse checkout .rb packages directory and do it
 cd $CREW_LIB_PATH
-- 
2.30.9