Adding python-AMQPLib install to HWdiscovery
This commit is contained in:
parent
4b7cdb4fdc
commit
aa12710e5b
7
flavours/hwdiscovery/install.d/10-AMQPLib
Executable file
7
flavours/hwdiscovery/install.d/10-AMQPLib
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# ensure we have a amqp client
|
||||
|
||||
set -e
|
||||
set -o xtrace
|
||||
|
||||
apt-get -y install python-AMQPLib
|
Loading…
Reference in New Issue
Block a user