removed nouveau option

This commit is contained in:
JaKooLit 2025-03-02 00:41:48 +09:00
parent 10066aa0ce
commit 62a48059c4
2 changed files with 19 additions and 24 deletions

View File

@ -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

View File

@ -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"