update vm buildscript
This commit is contained in:
parent
d340e753e5
commit
47f83daccf
2 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,8 @@ sudo vmbuilder vbox ubuntu --suite=precise \
|
|||
--addpkg subversion \
|
||||
--addpkg mercurial \
|
||||
--addpkg avahi-daemon \
|
||||
--addpkg update-manager-core \
|
||||
--addpkg python-software-properties \
|
||||
--addpkg python-setuptools \
|
||||
--addpkg python-pip \
|
||||
--addpkg python-virtualenv \
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#fails in bootstrap
|
||||
apt-get -y install ipython ntp
|
||||
|
||||
add-apt-repository ppa:j/pandora
|
||||
|
||||
#ffmpeg installed as apt package
|
||||
#wget http://firefogg.org/nightly/ffmpeg.linux -O /usr/local/bin/ffmpeg
|
||||
#chmod 755 /usr/local/bin/ffmpeg
|
||||
|
|
Loading…
Reference in a new issue