From 006a6017ae19da7a9bde1098d9abfdc79815ca70 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Tue, 24 Oct 2017 21:50:28 +0200 Subject: [PATCH] Add GhostScript to Pandora dependencies --- 50-pandora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/50-pandora.sh b/50-pandora.sh index 9ba2f6d..b071f97 100755 --- a/50-pandora.sh +++ b/50-pandora.sh @@ -8,7 +8,7 @@ apt-key add ${SOURCE_DIR}/pandora/pandora.gpg # Install packages apt-get -y update -apt-get -y --no-install-recommends install ffmpeg gpac imagemagick mkvtoolnix oxframe poppler-utils python-ox python3-html5lib python3-lxml python3-numpy python3-ox python3-pil python3-pip python3-psycopg2 python3-pyinotify python3-setuptools python3-simplejson python3-virtualenv rabbitmq-server virtualenv youtube-dl +apt-get -y --no-install-recommends install ffmpeg ghostscript gpac imagemagick mkvtoolnix oxframe poppler-utils python-ox python3-html5lib python3-lxml python3-numpy python3-ox python3-pil python3-pip python3-psycopg2 python3-pyinotify python3-setuptools python3-simplejson python3-virtualenv rabbitmq-server virtualenv youtube-dl # Clone git repositories git clone --depth 1 https://git.0x2620.org/pandora.git /srv/pandora