Update packages.rst command change for dnf addrepo

It could help, I have noticed this command change.
This commit is contained in:
philippehenin 2024-12-06 15:19:32 +01:00 committed by GitHub
parent 380cdb76b2
commit b138a42fd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ the following commands:
.. code-block:: console
$ sudo dnf config-manager --add-repo=https://nightly.odoo.com/{CURRENT_MAJOR_BRANCH}/nightly/rpm/odoo.repo
$ sudo dnf config-manager addrepo --from-repofile=https://nightly.odoo.com/master/nightly/rpm/odoo.repo
$ sudo dnf install -y odoo
$ sudo systemctl enable odoo
$ sudo systemctl start odoo