From 0f5be540bfc30f11790b80f94623903e3c974aa8 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 5 Jan 2015 16:22:31 +0000 Subject: [PATCH] dont install ffmpeg2theora, no longer needed --- vm/firstboot.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vm/firstboot.sh b/vm/firstboot.sh index af84c01f..5f3572a5 100755 --- a/vm/firstboot.sh +++ b/vm/firstboot.sh @@ -63,7 +63,6 @@ apt-get install -y \ python-ox \ oxframe \ ffmpeg \ - ffmpeg2theora \ mkvtoolnix \ gpac \ imagemagick \ @@ -73,13 +72,6 @@ apt-get install -y \ postgresql \ postgresql-contrib -mkdir -p /home/pandora/.ox/bin -wget -O /home/pandora/.ox/bin/ffmpeg https://firefogg.org/bin/ffmpeg.linux -wget -O /home/pandora/.ox/bin/ffmpeg2theora https://firefogg.org/bin/ffmpeg2theora.linux -chmod +x /home/pandora/.ox/bin/* -chown -R pandora.pandora /home/pandora/.ox - - sudo -u postgres createuser -S -D -R pandora sudo -u postgres createdb -T template0 --locale=C --encoding=UTF8 -O pandora pandora echo "CREATE EXTENSION pg_trgm;" | sudo -u postgres psql pandora