Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Update commands in quick start for RHEL and SLES #269

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading