Modify the base packages. #3

Merged
kazu634 merged 1 commits from modify-base-packages into main 2024-02-11 12:18:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 785595cc95 - Show all commits

View File

@ -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