Skip to content

Commit

Permalink
make education repo install method similar to perl, for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuiYH committed Sep 12, 2024
1 parent 9a72a80 commit 30384a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ instructions specific to your distribution to add the necessary repositories.
.. code-block:: shell
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 addrepo https://download.opensuse.org/repositories/Education/{{ os_version }}/Education.repo
{% endfor %}

Expand Down
2 changes: 1 addition & 1 deletion docs/install/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ For more in-depth installation instructions, refer to :ref:`detailed-install-ove
SUSEConnect -p sle-module-development-tools/{{ os_version }}/x86_64
SUSEConnect -p PackageHub/{{ os_version }}/x86_64
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 addrepo https://download.opensuse.org/repositories/Education/{{ os_version }}/Education.repo
sudo zypper install kernel-default-devel
sudo usermod -a -G render,video $LOGNAME # Add the current user to the render and video groups
sudo zypper --no-gpg-checks install https://repo.radeon.com/amdgpu-install/|amdgpu_version|/sle/{{ os_version }}/amdgpu-install-|amdgpu_install_version|.noarch.rpm
Expand Down

0 comments on commit 30384a5

Please sign in to comment.