Commit 831ce59aab04a88c45fffa010ee081dec70b8898
1 parent
14af01f2
Exists in
master
and in
90 other branches
basics: install less
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
cookbooks/basics/recipes/default.rb
| @@ -2,6 +2,7 @@ package 'vim' | @@ -2,6 +2,7 @@ package 'vim' | ||
| 2 | package 'bash-completion' | 2 | package 'bash-completion' |
| 3 | package 'rsyslog' | 3 | package 'rsyslog' |
| 4 | package 'tmux' | 4 | package 'tmux' |
| 5 | +package 'less' | ||
| 5 | 6 | ||
| 6 | # FIXME on Debian it's postgresql-client | 7 | # FIXME on Debian it's postgresql-client |
| 7 | package 'postgresql' | 8 | package 'postgresql' |