* Installer: Don't launch the router from the postinstall.sh script

on linux anymore; add a panel to the installer to provide launch instructions.
This commit is contained in:
zzz
2009-07-15 15:29:37 +00:00
parent e3de3dcc1d
commit 8ce71d724c
4 changed files with 9 additions and 1 deletions

View File

@ -85,6 +85,7 @@
<res id="InfoPanel.info" src="installer/resources/readme.license.txt"/>
<!-- <res id="ProcessPanel.Spec.xml" src="installer/resources/ProcessPanel.Spec.xml"/> -->
<res id="shortcutSpec.xml" src="installer/resources/shortcutSpec.xml" />
<res id="XInfoPanel.info" src="installer/resources/start-i2p.txt" />
</resources>
<panels>
@ -94,6 +95,7 @@
<panel classname="InstallPanel"/>
<panel classname="ShortcutPanel"><os family="windows" /></panel>
<!-- <panel classname="ProcessPanel"><os family="windows" /></panel> -->
<panel classname="XInfoPanel" ><os family="unix|mac" /></panel>
<panel classname="SimpleFinishPanel"/>
</panels>

View File

@ -74,6 +74,7 @@ rm -f ./lib/*.dll
rm -f ./*.bat
rm -f ./*.exe
rm -rf ./installer
./i2prouter start
# no, let's not start the router from the install script any more
# ./i2prouter start
exit 0

View File

@ -0,0 +1 @@
To start I2P, run "$INSTALL_PATH/i2prouter start"