Skip to content

Commit

Permalink
add update commands in quick start for RHEL and SLES (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuiYH committed Aug 22, 2024
1 parent 361022e commit 54ed898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/install/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ For more in-depth installation instructions, refer to :ref:`detailed-install-ove
.. code-block:: bash
:substitutions:
sudo dnf update
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ os_major }}.noarch.rpm
sudo rpm -ivh epel-release-latest-{{ os_major }}.noarch.rpm
sudo dnf install dnf-plugin-config-manager
Expand All @@ -77,6 +78,7 @@ For more in-depth installation instructions, refer to :ref:`detailed-install-ove
.. code-block:: bash
:substitutions:
sudo zypper update
sudo zypper addrepo https://download.opensuse.org/repositories/devel:languages:perl/{{ os_version}}/devel:languages:perl.repo
sudo zypper addrepo https://download.opensuse.org/repositories/Education/{{ os_version }}/ Education
sudo zypper install kernel-default-devel
Expand Down

0 comments on commit 54ed898

Please sign in to comment.