move ipython to firstboot

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

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