]> git.donarmstrong.com Git - neurodebian.git/blobdiff - vm/d-i/wheezy/initial_setup
comment out using of -devel repo and manually build one for squeeze for testing
[neurodebian.git] / vm / d-i / wheezy / initial_setup
index 76831e74e6a9bdc9e79b89049ccc29db49eb1f6a..26116205b2b79502cfac156726c6c4d5ae9d2b8d 100755 (executable)
@@ -48,9 +48,10 @@ git config --global user.email nd@localhost
 
 # Add sources.list for backports and neurodebian
 wget -O /etc/apt/sources.list.d/neuro.debian.net.list http://neuro.debian.net/lists/wheezy.us-nh
+
 # Development versions (TODO: comment out upon finishing)
-cat /etc/apt/sources.list.d/neuro.debian.net.list | sed -e 's,/debian ,/debian-devel ,g' \
-       >| /etc/apt/sources.list.d/neuro.debian.net-devel.list
+#cat /etc/apt/sources.list.d/neuro.debian.net.list | sed -e 's,/debian ,/debian-devel ,g' \
+#      >| /etc/apt/sources.list.d/neuro.debian.net-devel.list
 
 ## No backports yet
 ## echo "deb http://backports.debian.org/debian-backports wheezy-backports main contrib non-free" > /etc/apt/sources.list.d/backports.debian.org.list