Update rpm install commands

This commit is contained in:
ReenigneArcher 2022-04-19 20:38:06 -04:00
parent eacae3954e
commit f36d81954b
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ Red Hat Packages
:alt: GitHub issues by-label :alt: GitHub issues by-label
#. Download the corresponding `.rpm` file, e.g. ``sunshine-fedora_35.rpm`` #. Download the corresponding `.rpm` file, e.g. ``sunshine-fedora_35.rpm``
#. ``sudo rpm -i <downloaded rpm file>``, e.g. ``sudo rpm -i ./sunshine-fedora_35.rpm`` #. ``sudo dnf install <downloaded rpm file>``, e.g. ``sudo dnf install ./sunshine-fedora_35.rpm``
.. Hint:: If this is the first time installing. .. Hint:: If this is the first time installing.

View File

@ -297,4 +297,4 @@ Instructions
Red Hat Red Hat
.. code-block:: bash .. code-block:: bash
sudo rpm -i -f sunshine-build/sunshine.rpm sudo dnf install sunshine-build/sunshine.rpm