removes AMQP install and adds hwinfo
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
# ensure we have a amqp client
|
||||
|
||||
set -e
|
||||
set -o xtrace
|
||||
|
||||
apt-get -y install python-AMQPLib
|
||||
7
flavours/hwdiscovery/install.d/10-hwinfo
Normal file
7
flavours/hwdiscovery/install.d/10-hwinfo
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Support for hard ware discovery
|
||||
|
||||
set -e
|
||||
set -o xtrace
|
||||
|
||||
apt-get -y install hwinfo
|
||||
Reference in New Issue
Block a user