8 lines
95 B
Bash
8 lines
95 B
Bash
#!/bin/bash
|
|
# Support for hard ware discovery
|
|
|
|
set -e
|
|
set -o xtrace
|
|
|
|
apt-get -y install hwinfo
|