forked from 0x2620/pandora
dont install ffmpeg2theora, no longer needed
This commit is contained in:
parent
e1bc418e0c
commit
0f5be540bf
1 changed files with 0 additions and 8 deletions
|
@ -63,7 +63,6 @@ apt-get install -y \
|
||||||
python-ox \
|
python-ox \
|
||||||
oxframe \
|
oxframe \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
ffmpeg2theora \
|
|
||||||
mkvtoolnix \
|
mkvtoolnix \
|
||||||
gpac \
|
gpac \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
|
@ -73,13 +72,6 @@ apt-get install -y \
|
||||||
postgresql \
|
postgresql \
|
||||||
postgresql-contrib
|
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 createuser -S -D -R pandora
|
||||||
sudo -u postgres createdb -T template0 --locale=C --encoding=UTF8 -O pandora pandora
|
sudo -u postgres createdb -T template0 --locale=C --encoding=UTF8 -O pandora pandora
|
||||||
echo "CREATE EXTENSION pg_trgm;" | sudo -u postgres psql pandora
|
echo "CREATE EXTENSION pg_trgm;" | sudo -u postgres psql pandora
|
||||||
|
|
Loading…
Reference in a new issue