From b138a42fd52e372b5f6673feee7f67584ae47ab2 Mon Sep 17 00:00:00 2001 From: philippehenin Date: Fri, 6 Dec 2024 15:19:32 +0100 Subject: [PATCH] Update packages.rst command change for dnf addrepo It could help, I have noticed this command change. --- content/administration/on_premise/packages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/administration/on_premise/packages.rst b/content/administration/on_premise/packages.rst index cd9560970..c0ed9bca0 100644 --- a/content/administration/on_premise/packages.rst +++ b/content/administration/on_premise/packages.rst @@ -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