Skip to content
Snippets Groups Projects
Verified Commit f0cb8a21 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

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] archlinux/packaging/packages/gzip@be440e27
parent e0f974cd
No related branches found
No related tags found
No related merge requests found
Pipeline #76109 passed
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment