Update hashicorp apt sources #20

Merged
kazu634 merged 2 commits from hashicorp-apt-sources into main 2024-04-06 08:32:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3834d4b7c6 - Show all commits

View File

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