wtf
diff --git a/vm-setup.sh b/vm-setup.sh
index da71353..7df9dee 100644
--- a/vm-setup.sh
+++ b/vm-setup.sh
@@ -7,9 +7,9 @@
 USER=tutorial1
 USER_HOME=/home/${USER}
 
-/usr/sbin/useradd -c "Basic ONOS Tutorial" -d /home/${USER} -U -m -p $(openssl passwd -1 ${USER}) -s /bin/bash ${USER}
+sudo /usr/sbin/useradd -c "Basic ONOS Tutorial" -d /home/${USER} -U -m -p $(openssl passwd -1 ${USER}) -s /bin/bash ${USER}
 
-echo "${USER} ALL=NOPASSWD: ALL" >> /etc/sudoers
+sudo echo "${USER} ALL=NOPASSWD: ALL" >> /etc/sudoers
 
 sudo apt-get update
 
@@ -17,13 +17,13 @@
 
 #--------------- Setup Mininet ----------------
 
-git clone git://github.com/mininet/mininet
+#git clone git://github.com/mininet/mininet
 
-mininet/util/install.sh -a
+#mininet/util/install.sh -a
 
 # -------------- Switch User ------------------
 
-su - ${USER}
+sudo su - ${USER}
 
 # -------------- Setup keys -------------------