Package net.i2p.router.tasks
Class InstallUpdate
java.lang.Object
net.i2p.router.tasks.InstallUpdate
If the i2pupdate.zip file is present,
unzip it and JVM exit.
- Since:
- 0.9.20 moved from Router.java
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Context must be available.
-
Constructor Details
-
InstallUpdate
public InstallUpdate()
-
-
Method Details
-
installUpdates
Context must be available. Unzip update file found in the router dir OR base dir, to the base dir If successful, will call exit() and never return. If we can't write to the base dir, write message to System.out and return. Note: _log not available here.
-