Fix: Installing light with aur helper.

This commit is contained in:
Keyitdev
2024-02-07 22:49:13 +01:00
parent 6e40ccd7a7
commit fa1bbd4502
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -32,11 +32,11 @@ install_aur_helper(){
}
install_pkgs(){
echo -e "${green}[*] Installing packages with pacman.${no_color}"
sudo pacman -S --noconfirm --needed acpi alsa-utils base-devel curl git pulseaudio pulseaudio-alsa xorg xorg-xinit alacritty btop code dunst feh firefox i3-gaps libnotify light mpc mpd ncmpcpp nemo neofetch neovim pacman-contrib papirus-icon-theme picom polybar ranger rofi scrot slop xclip zathura zathura-pdf-mupdf zsh
sudo pacman -S --noconfirm --needed acpi alsa-utils base-devel curl git pulseaudio pulseaudio-alsa xorg xorg-xinit alacritty btop code dunst feh firefox i3-gaps libnotify mpc mpd ncmpcpp nemo neofetch neovim pacman-contrib papirus-icon-theme picom polybar ranger rofi scrot slop xclip zathura zathura-pdf-mupdf zsh
}
install_aur_pkgs(){
echo -e "${green}[*] Installing packages with $aurhelper.${no_color}"
"$aurhelper" -S --noconfirm --needed i3lock-color i3-resurrect ffcast oh-my-zsh-git
"$aurhelper" -S --noconfirm --needed light i3lock-color i3-resurrect ffcast oh-my-zsh-git
}
create_default_directories(){
echo -e "${green}[*] Copying configs to $config_directory.${no_color}"