-
-
Save jasonish/d34c30293e4ced8347c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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