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