From 155dea85e0bc20fde30f2f425e52a64cc8a98b05 Mon Sep 17 00:00:00 2001 From: Jim Adamson Date: Wed, 2 Oct 2024 10:46:05 +0100 Subject: [PATCH] Update references to latest AtoM version number from 2.8.0 to 2.8.2 Note that there is still an outstanding reference to 2.8.0 that comes from line 232. However, the reference is indirect and uses the placeholder |release|. --- admin-manual/installation/ubuntu.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-manual/installation/ubuntu.rst b/admin-manual/installation/ubuntu.rst index 981dcb13..e8f4361e 100644 --- a/admin-manual/installation/ubuntu.rst +++ b/admin-manual/installation/ubuntu.rst @@ -238,9 +238,9 @@ Option 1: Download the tarball .. code-block:: bash - wget https://storage.accesstomemory.org/releases/atom-2.8.0.tar.gz + wget https://storage.accesstomemory.org/releases/atom-2.8.2.tar.gz sudo mkdir /usr/share/nginx/atom - sudo tar xzf atom-2.8.0.tar.gz -C /usr/share/nginx/atom --strip 1 + sudo tar xzf atom-2.8.2.tar.gz -C /usr/share/nginx/atom --strip 1 Please note that the tarball may not be available yet if this version is still in development. In this case, you can try the alternative installation method