From bedcaa7891c354a94d1a36d78251c7e868c79494 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 5 Jun 2026 22:00:24 +0200 Subject: [PATCH] Update v2/fedora-niri.sh --- v2/fedora-niri.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/fedora-niri.sh b/v2/fedora-niri.sh index 17fe73f..9ce4e71 100755 --- a/v2/fedora-niri.sh +++ b/v2/fedora-niri.sh @@ -90,7 +90,7 @@ add_terra_repo() { say_yellow "Adding Terra repository for Noctalia Shell..." # 1. Download the verified repo configuration directly from Fyra Labs' project source - sudo sh -c 'curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo > /etc/yum.repos.d/terra.repo' + curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | sudo tee /etc/yum.repos.d/terra.repo > /dev/null # 2. Force DNF to clear its expired/broken cache metadata say_yellow "Clearing DNF cache to prevent checksum mismatches..."