Update v2/fedora-niri.sh

This commit is contained in:
2026-06-05 22:10:37 +02:00
parent a85a1f81da
commit 1bf9a02e13
+4 -2
View File
@@ -89,8 +89,10 @@ add_terra_repo() {
if [ ! -f /etc/yum.repos.d/terra.repo ]; then
say_yellow "Adding Terra repository for Noctalia Shell..."
sudo curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | \
sudo tee /etc/yum.repos.d/terra.repo > /dev/null
TMP_FILE="/tmp/terra.repo"
curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo -o "$TMP_FILE" &&
sudo mv "$TMP_FILE" /etc/yum.repos.d/terra.repo
say_yellow "Clearing DNF cache..."
sudo dnf clean metadata