From 174149c11bbd694b54cb4f41cd8479eeda163567 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 9 Feb 2025 09:53:45 +0900 Subject: [PATCH] updated install.sh re-nvidia cause it shouldnt be there :) --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 3cc0e37..5e77f4c 100755 --- a/install.sh +++ b/install.sh @@ -179,7 +179,6 @@ execute_script() { if lspci | grep -i "nvidia" &> /dev/null; then printf "\n" printf "${INFO} ${YELLOW}NVIDIA GPU${RESET} detected in your system \n" - printf "${NOTE} Script will install ${YELLOW}nvidia-dkms nvidia-utils and nvidia-settings${RESET} \n" ask_yes_no "-Do you want script to configure ${YELLOW}NVIDIA${RESET} for you?" nvidia fi