From 47f83daccf48a9f3d4255ebfac41b77736a08d71 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 9 Oct 2012 12:44:36 +0200 Subject: [PATCH] update vm buildscript --- vm/build.sh | 2 ++ vm/firstboot.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/vm/build.sh b/vm/build.sh index 6702a96a..860f26f1 100755 --- a/vm/build.sh +++ b/vm/build.sh @@ -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 \ diff --git a/vm/firstboot.sh b/vm/firstboot.sh index 1de8e862..f39c9eda 100755 --- a/vm/firstboot.sh +++ b/vm/firstboot.sh @@ -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