Some fixes found while testing #7

Open
rskthomas wants to merge 4 commits from inxi_bugfix into inxi
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ae5f9c341a - Show all commits

View File

@ -327,7 +327,7 @@ echo 'Install requirements'
apt-get install -y --no-install-recommends \
sudo locales keyboard-configuration console-setup qrencode \
python-is-python3 python3 python3-dev python3-pip pipenv \
dmidecode smartmontools hwinfo pciutils lshw nfs-common < /dev/null
dmidecode smartmontools hwinfo pciutils lshw nfs-common inxi < /dev/null
# Install lshw B02.19 utility using backports (DEPRECATED in Debian 12)
#apt install -y -t ${VERSION_CODENAME}-backports lshw < /dev/null

View File

@ -9,7 +9,7 @@ set -u
set -x
main() {
sudo apt install smartmontools lshw hwinfo dmidecode inxi
sudo apt install qrencode smartmontools lshw hwinfo dmidecode inxi
}
main "${@}"