From 62a48059c452b131a210eed531c1f74c0b976991 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 2 Mar 2025 00:41:48 +0900 Subject: [PATCH] removed nouveau option --- install.sh | 2 -- preset.sh | 41 +++++++++++++++++++---------------------- 2 files changed, 19 insertions(+), 24 deletions(-) diff --git a/install.sh b/install.sh index f66a590..07b087c 100755 --- a/install.sh +++ b/install.sh @@ -132,7 +132,6 @@ rog="OFF" dots="OFF" input_group="OFF" nvidia="OFF" -nouveau="OFF" # Function to load preset file load_preset() { @@ -192,7 +191,6 @@ options_command=( if [ "$nvidia_detected" == "true" ]; then options_command+=( "nvidia" "Do you want script to configure NVIDIA GPU?" "OFF" - "nouveau" "Do you want Nouveau to be blacklisted?" "OFF" ) fi diff --git a/preset.sh b/preset.sh index 9da3633..679f836 100644 --- a/preset.sh +++ b/preset.sh @@ -1,49 +1,46 @@ # 💫 https://github.com/JaKooLit 💫 # -## -- Make sure you use the right answer or install script will fail ### -# Use only Y for Yes and N for No . If you put other letter, the script will fail - +# Define the options you want to preselect (either ON or OFF) +# IMPORTANT: answer should be inside "" +### Script will install nvidia-dkms nvidia-utils & nvidia-settings ###-Would you like script to Configure NVIDIA for you? -nvidia="N" +nvidia="OFF" ###-Install GTK themes (required for Dark/Light function)? -gtk_themes="Y" +gtk_themes="ON" ###-Do you want to configure Bluetooth? -bluetooth="Y" +bluetooth="ON" ###-Do you want to install Thunar file manager? -thunar="Y" -### Do you want to set Thunar as the default file manager? -thunar_choice="Y" - +thunar="ON" ### Adding user to the 'input' group might be necessary for waybar keyboard-state functionality -input_group="Y" +input_group="ON" +### Desktop overview Demo Link in README ### Desktop overview Demo Link in README ### Install AGS (aylur's GTK shell) v1 for Desktop-Like Overview?" -ags="Y" +ags="ON" ###-Install & configure SDDM log-in Manager -sddm="Y" +sddm="ON" ### install and download SDDM themes -sddm_theme="Y" +sddm_theme="ON" ###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS) -xdph="Y" +xdph="ON" ### Shell extension. Bash alternative ###-Install zsh, oh-my-zsh -zsh="Y" - -### add Pokemon color scripts to terminal -pokemon_choice="Y" +zsh="ON" +### add Pokemon color scripts to terminal +pokemon="ON" ### This will install ASUSCTL & SUPERGFXCTL ###-Installing on Asus ROG Laptops? -rog="N" +rog="OFF" -###-Do you want to add pre-configured KooL's Hyprland dotfiles? -dots="Y" +###-Download and Add pre-configured Hyprland dotfiles? +dots="ON"