i2p / i2p.i2p

I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
https://geti2p.net
Other
1.95k stars 305 forks source link

"headless" installer is not "headless" #9

Open datajerk opened 8 years ago

datajerk commented 8 years ago

java -jar i2pinstall_0.9.22.jar -console prompts for info, is there a way, or can you add a way to actually install this without any prompting? Thanks.

Tunoac commented 1 month ago

"headless" is the term from java, the java package without gui. So the term is correct here. I think you are searching for a "non-interactive" mode ?

Maybe an "non-interactive" switch on the installer can be added, using the default folders ...