Adding python-AMQPLib install to HWdiscovery
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user