* 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

@@ -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"