I'm trying to setup my Ubuntu image via a script over on AWS and I can't get rabbitmq-server to install. It throws a Package Configuration screen that simply has one option (hit OK).
How can I bypass this? It causes my script to hang
|
feedback
|
|
It sounds like your install script is being stopped by a
In general, if you want to script package installations using non-default configuration settings, you will need to preseed the | |||||
feedback
|
|
You might be able to use python fabric to do what you need. In Stackoverflow, someone asked a question similar to yours so you can refer to that. Here is the link. http://stackoverflow.com/questions/2246256/python-fabric-how-to-answer-to-keyboard-input | |||
|
feedback
|