move ipython to firstboot
This commit is contained in:
parent
a72961e89d
commit
d50d242c45
2 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue