Installation is now complete. ?
YATV opened this issue · 0 comments
YATV commented
$cd Archipel/ArchipelClient
./bootstrap
...
* ArchipelClient built
* Exporting archipel to ~/
* Archipel Client exported
Installation is now complete.
* Continue ? [y/n] : Traceback (most recent call last):
File "./bootstrap", line 430, in <module>
main(interactive, properties)
File "./bootstrap", line 380, in main
install_archipelclient(interactive, properties)
File "./bootstrap", line 256, in install_archipelclient
if interactive: ask_bool("Continue ?")
File "./bootstrap", line 115, in ask_bool
if ask(message, ["y", "n"], default) == "y":
File "./bootstrap", line 102, in ask
resp = raw_input(question)
EOFError