diff --git a/scripts/installer/prerequisites.sh b/scripts/installer/prerequisites.sh index e926391..acff4dc 100755 --- a/scripts/installer/prerequisites.sh +++ b/scripts/installer/prerequisites.sh @@ -15,7 +15,7 @@ if run_command "pacman -S --noconfirm --needed git base-devel" "Install YAY (Mus run_command "git clone https://aur.archlinux.org/yay.git && cd yay" "Clone YAY (Must)/Breaks the script" "no" "no" run_command "makepkg --noconfirm -si && cd .. # builds with makepkg" "Build YAY (Must)/Breaks the script" "no" "no" fi -run_command "pacman -S --noconfirm pipewire wireplumber" "Configuring audio (Recommended)" "yes" +run_command "pacman -S --noconfirm pipewire wireplumber pamixer brightnessctl" "Configuring audio and brightness (Recommended)" "yes" run_command "pacman -S --noconfirm ttf-cascadia-code-nerd ttf-cascadia-mono-nerd ttf-fira-code ttf-fira-mono ttf-fira-sans ttf-firacode-nerd ttf-iosevka-nerd ttf-iosevkaterm-nerd ttf-jetbrains-mono-nerd ttf-jetbrains-mono ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-mono" "Installing Nerd Fonts and Symbols (Recommended)" "yes"