Skip to content

Commit

Permalink
Update Centos installation docs for AM 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Oct 6, 2023
1 parent ebfa8af commit 3a8c953
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ the configuration of your new server.

:ref:`Back to the top <install-pkg-centos>`

.. _`Dashboard install README`: https://github.com/artefactual/archivematica/blob/stable/1.14.x/src/dashboard/install/README.md
.. _`MCPClient install README`: https://github.com/artefactual/archivematica/blob/stable/1.14.x/src/MCPClient/install/README.md
.. _`MCPServer install README`: https://github.com/artefactual/archivematica/blob/stable/1.14.x/src/MCPServer/install/README.md
.. _`Dashboard install README`: https://github.com/artefactual/archivematica/blob/stable/1.15.x/src/dashboard/install/README.md
.. _`MCPClient install README`: https://github.com/artefactual/archivematica/blob/stable/1.15.x/src/MCPClient/install/README.md
.. _`MCPServer install README`: https://github.com/artefactual/archivematica/blob/stable/1.15.x/src/MCPServer/install/README.md
.. _`known issue`: https://github.com/artefactual/archivematica-storage-service/issues/312
.. _`Sword API`: https://wiki.archivematica.org/Sword_API
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ EOF'
sudo -u root bash -c 'cat << EOF > /etc/yum.repos.d/archivematica.repo
[archivematica]
name=archivematica
baseurl=https://packages.archivematica.org/1.14.x/centos
baseurl=https://packages.archivematica.org/1.15.x/centos
gpgcheck=1
gpgkey=https://packages.archivematica.org/1.14.x/key.asc
gpgkey=https://packages.archivematica.org/1.15.x/key.asc
enabled=1
EOF'

sudo -u root bash -c 'cat << EOF > /etc/yum.repos.d/archivematica-extras.repo
[archivematica-extras]
name=archivematica-extras
baseurl=https://packages.archivematica.org/1.14.x/centos-extras
baseurl=https://packages.archivematica.org/1.15.x/centos-extras
gpgcheck=1
gpgkey=https://packages.archivematica.org/1.14.x/key.asc
gpgkey=https://packages.archivematica.org/1.15.x/key.asc
enabled=1
EOF'

Expand Down

0 comments on commit 3a8c953

Please sign in to comment.