Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
iplahte committed Jul 1, 2024
1 parent 2e450b3 commit 4b29d8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sipXwiki/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ Setup Repos
wget -O /etc/yum.repos.d/sipxcom.repo \
https://storage.googleapis.com/sipxecs/sipxcom/24.01/centos-7-x86_64/sipxcom.repo
- Since CentOS 7 is now end of life, we must use its vault for yum

.. code-block:: bash
sed -i 's|mirror.centos.org|vault.centos.org|g' /etc/yum.repos.d/CentOS-*
sed -i 's|mirrorlist|#mirrorlist|g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl|baseurl|g' /etc/yum.repos.d/CentOS-*
yum clean all
Upgrade sipXcom
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 4b29d8b

Please sign in to comment.