Support fo Ubuntu2404 #26

Merged
kazu634 merged 29 commits from ubuntu2404 into main 2024-11-03 02:03:02 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 450426b12a - Show all commits

View File

@ -13,6 +13,9 @@ DIST = run_command('lsb_release -cs 2>/dev/null').stdout.chomp
template '/etc/apt/sources.list.d/hashicorp.list' do
action :create
variables(distribution: DIST)
owner 'root'
group 'root'
end
execute 'apt update' do