updated install.sh re-nvidia cause it shouldnt be there :)

This commit is contained in:
JaKooLit 2025-02-09 09:53:45 +09:00
parent 20194ad4e1
commit 174149c11b

View File

@ -179,7 +179,6 @@ execute_script() {
if lspci | grep -i "nvidia" &> /dev/null; then if lspci | grep -i "nvidia" &> /dev/null; then
printf "\n" printf "\n"
printf "${INFO} ${YELLOW}NVIDIA GPU${RESET} detected in your system \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 ask_yes_no "-Do you want script to configure ${YELLOW}NVIDIA${RESET} for you?" nvidia
fi fi