From 90121d9172976184de1ad38c7cda20a2a4a0aa1b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 3 Feb 2025 13:14:16 +0900 Subject: [PATCH] moved the nvidia question on the beginning --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 0459371..c5aaa1b 100755 --- a/install.sh +++ b/install.sh @@ -174,13 +174,13 @@ execute_script() { # Collect user responses to all questions printf "\n" -ask_custom_option "-Type ${YELLOW}AUR helper${RESET} wanted" "paru or yay" aur_helper -printf "\n" # Check if nvidia is present if lspci | grep -i "nvidia" &> /dev/null; then - ask_yes_no "- ${YELLOW}nvidia${RESET} GPU is detected. Do you want script to configure it?" nvidia + ask_yes_no "-${YELLOW}NVIDIA${RESET} GPU is detected. Do you want script to configure it?" nvidia fi printf "\n" +ask_custom_option "-Type ${YELLOW}AUR helper${RESET} wanted" "paru or yay" aur_helper +printf "\n" ask_yes_no "-Install ${YELLOW}GTK themes${RESET} (required for Dark/Light function)?" gtk_themes printf "\n" ask_yes_no "-Do you want to configure ${YELLOW}Bluetooth${RESET}?" bluetooth