Last change
on this file was
7f9a211,
checked in by meeh <meeh@…>, 4 years ago
|
Adding Dockerfile with support files to build a minimal docker image running i2p.
|
-
Property mode set to
100644
|
File size:
237 bytes
|
Line | |
---|
1 | #!/usr/bin/expect |
---|
2 | set timeout 15; |
---|
3 | spawn java -jar /tmp/i2pinstall.jar -console |
---|
4 | expect { |
---|
5 | -re ".*press 1 to continue, 2 to quit, 3 to redisplay" {send "1\r"; exp_continue;} |
---|
6 | -re "Select target path *" {send "/opt/i2p\r"; exp_continue;} |
---|
7 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.