How to install jdk 11 silently on Macos in production electron app?

0

I'm trying to install jdk 11.0.2 silently as a bash command on macos devices for my electron app. Unfortunately, using brew does not work as that would require me to install brew on someone's machine in production. Is there a way to do this using curl or an alternative? Thanks!

Etash Guha

Posted 2019-08-30T02:53:29.627

Reputation: 1

1Heck no. Do you realize how big a security breach it would be if random apps could silently install major system packages such as a JDK? – Spiff – 2019-08-30T11:21:22.963

No answers