diff --git a/flavours/hwdiscovery/install.d/10-AMQPLib b/flavours/hwdiscovery/install.d/10-AMQPLib deleted file mode 100755 index a0b041a4..00000000 --- a/flavours/hwdiscovery/install.d/10-AMQPLib +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# ensure we have a amqp client - -set -e -set -o xtrace - -apt-get -y install python-AMQPLib diff --git a/flavours/hwdiscovery/install.d/10-hwinfo b/flavours/hwdiscovery/install.d/10-hwinfo new file mode 100644 index 00000000..08cb52de --- /dev/null +++ b/flavours/hwdiscovery/install.d/10-hwinfo @@ -0,0 +1,7 @@ +#!/bin/bash +# Support for hard ware discovery + +set -e +set -o xtrace + +apt-get -y install hwinfo