mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
This makes it so there is only a single `apt-get install` command run, instead of one command per-package like with the chef script. It also adds `apt-get upgrade` to make sure that the base box is fully up-to-date.
5 lines
80 B
Ruby
5 lines
80 B
Ruby
|
|
easy_install_package "compare-locales" do
|
|
options "-U"
|
|
action :install
|
|
end
|