move ipython to firstboot

This commit is contained in:
j 2010-12-22 20:45:49 +05:30
parent a72961e89d
commit d50d242c45
2 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,6 @@ sudo vmbuilder vbox ubuntu --suite=maverick \
--addpkg python-setuptools \
--addpkg python-pip \
--addpkg python-virtualenv \
--addpkg ipython \
--addpkg python-imaging \
--addpkg python-dev \
--addpkg python-imaging \

View File

@ -1,4 +1,7 @@
#!/bin/sh
#fails in bootstrap
apt-get -y install ipython
#ffmpeg
wget http://firefogg.org/nightly/ffmpeg.linux -O /usr/local/bin/ffmpeg
chmod 755 /usr/local/bin/ffmpeg