vish points out that sudo isn't needed here since DEST is owned by user
diff --git a/stack.sh b/stack.sh
index 95bcadc..a49de1a 100755
--- a/stack.sh
+++ b/stack.sh
@@ -301,8 +301,6 @@
     fi
 
     if [ ! -d $2 ]; then
-        sudo mkdir $2
-        sudo chown `whoami` $2
         git clone $1 $2
         cd $2
         # This checkout syntax works for both branches and tags