From d9a3cfb05eccbdc075d6f29d61484ead9531a7ee Mon Sep 17 00:00:00 2001 From: Alif Putra Winata <98870352+arfshl@users.noreply.github.com> Date: Tue, 19 May 2026 18:08:44 +0700 Subject: [PATCH] Add `--refresh` flag on `dnf update command ensuring all repositories including newly added ones are refreshed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 548de786963..df42e4e73fa 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ echo -e "[github-desktop-plus]\nname=GitHub Desktop Plus\nbaseurl=https://rpm.gi Update the package list and install: ```bash -sudo dnf check-update +sudo dnf check-update --refresh sudo dnf install github-desktop-plus ```