diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-23 14:09:43 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-23 14:09:43 +1000 |
commit | 78bd329ac288fb859a1a7ea6b7bf3d41c17e0531 (patch) | |
tree | 1672ca7bd5b6786b7ab2e0ed4f3eaeb7762ba6c8 | |
parent | 6f48143f4c60c555b3f571007cdc929ce90920b1 (diff) | |
download | mediagoblin-78bd329ac288fb859a1a7ea6b7bf3d41c17e0531.tar.lz mediagoblin-78bd329ac288fb859a1a7ea6b7bf3d41c17e0531.tar.xz mediagoblin-78bd329ac288fb859a1a7ea6b7bf3d41c17e0531.zip |
Fix old references to Debian 10 in deployment docs.
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index e8389c06..7f391660 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -66,14 +66,14 @@ MediaGoblin has the following core dependencies: These instructions have been tested on Debian 11 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. +derivatives such as Ubuntu and Trisquel, and to relatives of Fedora +such as CentOS, but we haven't explicitly tested these options. Issue the following commands: .. code-block:: bash - # Debian 10 + # Debian 11 sudo apt update sudo apt install automake git nodejs npm python3-dev \ python3-gst-1.0 python3-lxml python3-pil virtualenv |