From 8fcdf66c6621180a2c9e4d5066b7e48cbec0f327 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Thu, 31 Dec 2020 11:58:05 +0200 Subject: [PATCH] update installation script --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 38caa4b..6c85af5 100644 --- a/install.sh +++ b/install.sh @@ -23,10 +23,10 @@ done if [[ `lsb_release -d` == *"Ubuntu 20"* ]]; then echo 'Performing system update and dependency installation, this will take a few minutes' - apt-get update && apt-get -y upgrade && apt install python3-venv python3-dev virtualenv redis-server postgresql nginx git gcc vim unzip ffmpeg imagemagick python3-certbot-nginx certbot -y + apt-get update && apt-get -y upgrade && apt install python3-venv python3-dev virtualenv redis-server postgresql nginx git gcc vim unzip ffmpeg imagemagick python3-certbot-nginx certbot wget -y elif [[ `lsb_release -d` = *"Ubuntu 18"* ]]; then echo 'Performing system update and dependency installation, this will take a few minutes' - apt-get update && apt-get -y upgrade && apt install python3-venv python3-dev virtualenv redis-server postgresql nginx git gcc vim unzip ffmpeg imagemagick python3-certbot-nginx certbot -y + apt-get update && apt-get -y upgrade && apt install python3-venv python3-dev virtualenv redis-server postgresql nginx git gcc vim unzip ffmpeg imagemagick python3-certbot-nginx certbot wget -y else echo "This script is tested for Ubuntu 18 and 20 versions only, if you want to try MediaCMS on another system you have to perform the manual installation" exit