Adding python-AMQPLib install to HWdiscovery

This commit is contained in:
chriskrelle 2012-11-16 15:06:14 -08:00
parent 4b7cdb4fdc
commit aa12710e5b

View File

@ -0,0 +1,7 @@
#!/bin/bash
# ensure we have a amqp client
set -e
set -o xtrace
apt-get -y install python-AMQPLib