From ebb5181233b002f6d77fbb4534a85b924bf8ef08 Mon Sep 17 00:00:00 2001 From: lea Date: Mon, 23 Dec 2024 20:35:58 -0800 Subject: [PATCH] fix: update install instructions to work on rawhide (#2729) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f6daf26ce..2db5d61314 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This monorepo contains the package manifests for all packages in Terra. ## Installation ```bash -sudo dnf install --repofrompath "terra,https://repos.fyralabs.com/terra$(rpm -E %fedora)" --setopt="terra.gpgkey=https://repos.fyralabs.com/terra$(rpm -E %fedora)/key.asc" terra-release +sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release ``` If you are using immutable/atomic editions of Fedora, run the following commands instead: