From 47791287f18dcfc5bc23a5996cff6e4cb93a5855 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Feb 2025 12:07:00 +0900 Subject: [PATCH] better --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 685657c..211cbc9 100755 --- a/install.sh +++ b/install.sh @@ -186,13 +186,11 @@ if lspci | grep -i "nvidia" &> /dev/null; then 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 - printf "\n" fi # Check first if yay or paru is installed before askiing aur helper if ! command -v yay &>/dev/null && ! command -v paru &>/dev/null; then printf "\n" ask_custom_option "-Type ${YELLOW}AUR helper${RESET} wanted" "paru or yay" aur_helper - printf "\n" fi printf "\n" ask_yes_no "-Install ${YELLOW}GTK themes${RESET} (required for Dark/Light function)?" gtk_themes