Tutorial bug fixes
diff --git a/opt-setup-lxc.sh b/opt-setup-lxc.sh
index 7887d15..d048652 100644
--- a/opt-setup-lxc.sh
+++ b/opt-setup-lxc.sh
@@ -96,29 +96,18 @@
 Name=Reset ONOS
 Name[en_US]=Reset ONOS
 Icon=konsole
-Exec=/usr/bin/lxterminal -t 'Resetting; please wait' -e '/bin/bash -c /home/mininet/reset-to-1.sh'
+Exec=/usr/bin/lxterminal -t 'Resetting; please wait' -e '/bin/bash -c "/home/mininet/reset-to-1.sh onos-app-proxyarp,onos-app-optical"'
 Comment[en_US]=
 EOF
 
 
-cat > ${DESKTOP}/Reset << EOF
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Name=Reset
-Name[en_US]=Reset
-Icon=konsole
-Exec=/usr/bin/lxterminal -t 'Resetting; please wait' -e 'sudo mn -c'
-Comment[en_US]=
-EOF
-
 ln -s /home/mininet/onos onos
 ln -s /home/mininet/.m2 .m2
 
 # -------------- Setup LINC & dependencies ---------------
 git clone https://github.com/FlowForwarding/LINC-config-generator.git
 cd ~/LINC-config-generator
-git checkout oe-0.4
+cp priv/* .
 make
 cd
 
@@ -126,5 +115,5 @@
 cd linc-oe
 sed -i s/3000/300000/ rel/files/vm.args
 cp rel/files/sys.config.orig rel/files/sys.config
-make rel
+make
 cd
\ No newline at end of file