Skip to content

Instantly share code, notes, and snippets.

@jasonish
Created December 21, 2015 00:49
Show Gist options
  • Select an option

  • Save jasonish/d34c30293e4ced8347c7 to your computer and use it in GitHub Desktop.

Select an option

Save jasonish/d34c30293e4ced8347c7 to your computer and use it in GitHub Desktop.
diff --git a/staging/config/hooks/chroot-inside-Debian-Live.chroot b/staging/config/hooks/chroot-inside-Debian-Live.chroot
index f0df2d3..1214591 100644
--- a/staging/config/hooks/chroot-inside-Debian-Live.chroot
+++ b/staging/config/hooks/chroot-inside-Debian-Live.chroot
@@ -20,8 +20,8 @@ echo " alias ll='ls $LS_OPTIONS -l'" >> /root/.bashrc
### START Scirius ###
# NOTE python-pip is already installed in the build script
-#pip install django==1.6.6 django-tables2 South GitPython pyinotify flup
-pip install django django-tables2 South GitPython pyinotify flup
+pip install django==1.6.6 django-tables2 South GitPython pyinotify flup
+#pip install django django-tables2 South GitPython pyinotify flup
### END Scirius ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment