removes AMQP install and adds hwinfo
This commit is contained in:
parent
f7fdec55a8
commit
e3551c752f
@ -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
|
Loading…
Reference in New Issue
Block a user