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" dots="OFF"
input_group="OFF" input_group="OFF"
nvidia="OFF" nvidia="OFF"
nouveau="OFF"
# Function to load preset file # Function to load preset file
load_preset() { load_preset() {
@ -192,7 +191,6 @@ options_command=(
if [ "$nvidia_detected" == "true" ]; then if [ "$nvidia_detected" == "true" ]; then
options_command+=( options_command+=(
"nvidia" "Do you want script to configure NVIDIA GPU?" "OFF" "nvidia" "Do you want script to configure NVIDIA GPU?" "OFF"
"nouveau" "Do you want Nouveau to be blacklisted?" "OFF"
) )
fi fi

View File

@ -1,49 +1,46 @@
# 💫 https://github.com/JaKooLit 💫 # # 💫 https://github.com/JaKooLit 💫 #
## -- Make sure you use the right answer or install script will fail ### # Define the options you want to preselect (either ON or OFF)
# Use only Y for Yes and N for No . If you put other letter, the script will fail # IMPORTANT: answer should be inside ""
### Script will install nvidia-dkms nvidia-utils & nvidia-settings
###-Would you like script to Configure NVIDIA for you? ###-Would you like script to Configure NVIDIA for you?
nvidia="N" nvidia="OFF"
###-Install GTK themes (required for Dark/Light function)? ###-Install GTK themes (required for Dark/Light function)?
gtk_themes="Y" gtk_themes="ON"
###-Do you want to configure Bluetooth? ###-Do you want to configure Bluetooth?
bluetooth="Y" bluetooth="ON"
###-Do you want to install Thunar file manager? ###-Do you want to install Thunar file manager?
thunar="Y" thunar="ON"
### Do you want to set Thunar as the default file manager?
thunar_choice="Y"
### Adding user to the 'input' group might be necessary for waybar keyboard-state functionality ### 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 ### Desktop overview Demo Link in README
### Install AGS (aylur's GTK shell) v1 for Desktop-Like Overview?" ### Install AGS (aylur's GTK shell) v1 for Desktop-Like Overview?"
ags="Y" ags="ON"
###-Install & configure SDDM log-in Manager ###-Install & configure SDDM log-in Manager
sddm="Y" sddm="ON"
### install and download SDDM themes ### install and download SDDM themes
sddm_theme="Y" sddm_theme="ON"
###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS) ###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)
xdph="Y" xdph="ON"
### Shell extension. Bash alternative ### Shell extension. Bash alternative
###-Install zsh, oh-my-zsh ###-Install zsh, oh-my-zsh
zsh="Y" zsh="ON"
### add Pokemon color scripts to terminal
### add Pokemon color scripts to terminal pokemon="ON"
pokemon_choice="Y"
### This will install ASUSCTL & SUPERGFXCTL ### This will install ASUSCTL & SUPERGFXCTL
###-Installing on Asus ROG Laptops? ###-Installing on Asus ROG Laptops?
rog="N" rog="OFF"
###-Do you want to add pre-configured KooL's Hyprland dotfiles? ###-Download and Add pre-configured Hyprland dotfiles?
dots="Y" dots="ON"