Modify the base packages.
This commit is contained in:
parent
bd870bce09
commit
785595cc95
|
@ -2,7 +2,7 @@
|
|||
execute 'apt update'
|
||||
|
||||
# Install the necessary packages:
|
||||
%w[build-essential zsh vim-nox debian-keyring screen curl dstat direnv jq avahi-daemon].each do |pkg|
|
||||
%w[build-essential zsh vim-nox debian-keyring curl direnv jq avahi-daemon].each do |pkg|
|
||||
package pkg
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue