From 50f4e8b07f92d7135aecb1fc75488d19f8cdd09d Mon Sep 17 00:00:00 2001 From: j Date: Sun, 14 Jul 2019 18:47:20 +0100 Subject: [PATCH] install youtube-dl wihtout recommends --- README.md | 10 +++++----- vm/pandora_install.sh | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1ea44647..902b3f46 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ pan.do/ra is known to work with Ubuntu 18.04 and Debian/10 (buster), other distributions might also work, let us know if it works for you. - Use the following commands to install pan.do/ra and all dependencies: + Use the following commands as root to install pan.do/ra and all dependencies: ``` - cd /root - curl -sL https://pan.do/ra-install > pandora_install.sh - chmod +x pandora_install.sh - ./pandora_install.sh 2>&1 | tee pandora_install.log +cd /root +curl -sL https://pan.do/ra-install > pandora_install.sh +chmod +x pandora_install.sh +./pandora_install.sh 2>&1 | tee pandora_install.log ``` For step by step installation, look at [pandora_install.sh](vm/pandora_install.sh) diff --git a/vm/pandora_install.sh b/vm/pandora_install.sh index b1af69e3..834060c5 100755 --- a/vm/pandora_install.sh +++ b/vm/pandora_install.sh @@ -25,7 +25,6 @@ LXC=`grep -q lxc /proc/1/environ && echo 'yes' || echo 'no'` if [ -e /etc/os-release ]; then . /etc/os-release fi -SYSTEMD="yes" if [ -z "$UBUNTU_CODENAME" ]; then UBUNTU_CODENAME=bionic fi @@ -98,11 +97,12 @@ apt-get install -y \ gpac \ imagemagick \ poppler-utils \ - youtube-dl \ ipython3 \ postfix \ postgresql-client $EXTRA +apt-get install -y --no-install-recommends youtube-dl rtmpdump + # setup database if [ "$POSTGRES" == "local" ]; then