diff --git a/install.sh b/install.sh index 5d1a5f7..f248cf4 100644 --- a/install.sh +++ b/install.sh @@ -104,7 +104,7 @@ execute_script() { # Collect user responses to all questions printf "\n" -ask_custom_option "Select AUR helper" "paru or yay" aur_helper +ask_custom_option "-Type AUR helper" "paru or yay" aur_helper printf "\n" ask_yes_no "-Do you have nvidia gpu?" nvidia printf "\n" @@ -118,7 +118,7 @@ ask_yes_no "-Installing in Asus ROG Laptops?" rog printf "\n" ask_yes_no "-Install and configure SDDM log-in Manager?" sddm printf "\n" -ask_yes_no "-Install XDG-DESKTOP-PORTAL-HYPRLAND? (recommended for proper Screen ie OBS)" xdph +ask_yes_no "-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)" xdph printf "\n" ask_yes_no "-Do you want to install zsh and oh-my-zsh?" zsh printf "\n"