Merge branch 'direnv-install' of kazu634/itamae into master

This commit is contained in:
Kazuhiro MUSASHI 2020-08-09 15:47:11 +09:00 committed by Gitea
commit cf0a13d43a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
execute 'apt update'
# Install the necessary packages:
%w[build-essential zsh vim-nox debian-keyring screen curl dstat].each do |pkg|
%w[build-essential zsh vim-nox debian-keyring screen curl dstat direnv].each do |pkg|
package pkg
end