aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/source/siteadmin/deploying.rst3
-rw-r--r--docs/source/siteadmin/media-types.rst2
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 024eb6c9..5327c62d 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -64,7 +64,7 @@ MediaGoblin has the following core dependencies:
- `virtualenv <http://www.virtualenv.org/>`_
- `Node.js <https://nodejs.org>`_
-These instructions have been tested on Debian 10, CentOS 8 and
+These instructions have been tested on Debian 11, CentOS 8 and
Fedora 33. These instructions should approximately translate to recent
Debian derivatives such as Ubuntu 18.04 and Trisquel 8, and to relatives of
Fedora such as CentOS 8.
@@ -286,7 +286,6 @@ You'll find more details in ":doc:`configuration`".
``base_url``.
-
Configure MediaGoblin to use the PostgreSQL database
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst
index bb901ab5..08ac9990 100644
--- a/docs/source/siteadmin/media-types.rst
+++ b/docs/source/siteadmin/media-types.rst
@@ -126,7 +126,7 @@ good/bad/ugly):
# Debian
sudo apt install python3-gi gstreamer1.0-tools gir1.2-gstreamer-1.0 \
- gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-{good,bad,ugly} \
+ gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-{base,bad,good,ugly} \
gstreamer1.0-libav python3-gst-1.0
# Fedora