From 47b9ac4ae8e84163a11ff9179e7927702c6137fe Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 8 Feb 2025 15:44:10 +0000 Subject: [PATCH] Update install script to use 'dnf update' for Fedora repository updates --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0a3cc738..42fe7b3f 100755 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ else sudo apt update elif [[ "$ID" == "fedora" ]]; then echo -e "${YELLOW}[+] Updating DNF repositories...${NC}" - sudo dnf check-update + sudo dnf update elif [[ "$ID" == "arch" ]]; then echo -e "${YELLOW}[+] Updating PACMAN repositories...${NC}" sudo pacman -Sy