mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 18:01:06 +03:00
Add compare-locales via easy_install for Firefox
This commit is contained in:
parent
ffd5263b58
commit
abdc97142b
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ if node['kernel']['machine'] == "x86_64"
|
|||
end
|
||||
end
|
||||
|
||||
easy_install_package "compare-locales" do
|
||||
options "-U"
|
||||
action :install
|
||||
end
|
||||
|
||||
execute "add-bsenv" do
|
||||
user user
|
||||
command "echo \". ./.bsenv \" >> /home/#{user}/.bashrc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue