From 94b26a87814a722d25f2f7a3e6fb23cc707fde0c Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Wed, 26 May 2021 17:53:13 +0300 Subject: [PATCH] add Debian Buster info on Readme --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 574b402..1490a44 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The core dependencies are Python3, Django3, Celery, PostgreSQL, Redis, ffmpeg. A Installation on a Ubuntu 18 or 20 system with git utility installed should be completed in a few minutes with the following steps. Make sure you run it as user root, on a clear system, since the automatic script will install and configure the following services: Celery/PostgreSQL/Redis/Nginx and will override any existing settings. -Automated script - to run on Ubuntu 18 or Ubuntu 20 flavors only! +Automated script - tested on Ubuntu 18, Ubuntu 20, and Debian Buster ```bash mkdir /home/mediacms.io && cd /home/mediacms.io/ diff --git a/install.sh b/install.sh index 39083d5..53cb509 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# should be run as root and only on Ubuntu 18/20 versions! +# should be run as root and only on Ubuntu 18/20, Debian Buster versions! echo "Welcome to the MediacMS installation!"; if [ `id -u` -ne 0 ]