1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Fix 'set default java'

This commit is contained in:
Ciaran Gultnieks 2015-11-07 09:27:02 +00:00
parent 66e82cb077
commit b9bd3cafe8

View File

@ -42,6 +42,6 @@ end
execute "set-default-java" do
user user
command "update-java-alternatives --set java-7-openjdk"
command "update-java-alternatives --set java-1.7.0-openjdk-i386"
end