1
0
Fork 0

remove a few non-existing packages

This commit is contained in:
Pratham Patel 2023-01-19 12:34:59 +05:30
parent a5e5f111b8
commit 53d042b03a
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ pacman --sync --refresh --refresh
################################################################################
# absolutely necessary for _MY_ experience
PKGS_TO_INSTALL=(base bash cron curl dhcpcd dnsutils doas efibootmgr findutils grub iputils ksh less libdrm linux-firmware linux linux-lts lsb-release lsof man man-db man-pages nano neovim networkmanager openssh openssl os-prober pacman-contrib reflector rsync tmux wireguard-tools zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting)
PKGS_TO_INSTALL=(base bash bind cron curl dhcpcd efibootmgr findutils grub iputils ksh less libdrm linux-firmware linux linux-lts lsb-release lsof man man-db man-pages nano neovim networkmanager opendoas openssh openssl os-prober pacman-contrib reflector rsync tmux wireguard-tools zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting)
# power management
PKGS_TO_INSTALL+=(acpi_call iasl)
PKGS_TO_INSTALL+=(acpi_call)
# firewall
PKGS_TO_INSTALL+=(firewalld)