Support fo Ubuntu2404 #26
|
@ -35,6 +35,7 @@ end
|
|||
|
||||
# Install the necessary packages:
|
||||
include_recipe './packages.rb'
|
||||
include_recipe './eget.rb'
|
||||
|
||||
# Lang Setting:
|
||||
include_recipe './lang.rb'
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
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'
|
Loading…
Reference in New Issue