1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-08 05:06:02 +02:00

common: include "less" as an essential tool

It used to be pulled in as a dependency of gzip, but that was recently
changed to an optional dependency [1]. It's a good tool so add it back.

[1] https://gitlab.archlinux.org/archlinux/packaging/packages/gzip/-/commit/be440e278327
This commit is contained in:
Evangelos Foutras 2023-08-22 00:14:19 +03:00
parent e0f974cd4a
commit f0cb8a2165
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -1,5 +1,5 @@
- name: Install essential tools
pacman: name=vim,nano,tmux,htop,ncdu,bash-completion,rsync,vnstat state=present
pacman: name=less,vim,nano,tmux,htop,ncdu,bash-completion,rsync,vnstat state=present
- name: Install compsize for use with btrfs
pacman: name=compsize state=present