itamae/cookbooks/base/eget.rb

8 lines
195 B
Ruby
Raw Normal View History

2024-05-11 05:28:07 +00:00
execute 'curl https://zyedidia.github.io/eget.sh | sh' do
not_if 'which eget'
cwd '/usr/local/bin/'
end
execute 'chown root:root /usr/local/bin/eget'
execute 'chmod 755 /usr/local/bin/eget'