8 lines
195 B
Ruby
8 lines
195 B
Ruby
|
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'
|