diff --git a/README.md b/README.md index 676e7b0..4f97773 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ abbiefetch will attempt to gather as much information as possible on systems tha | - | - | - | - | - | - | | `unknown` | Unknown kernel | | | None | Default when your system is unrecognised | | `linux` | Linux | | 1.0.0 | Full | | +| `linux/android` | Linux | Android | `master` | Preliminary | | | `linux/chumby` | Linux | Chumby internet appliances | 1.0.0 | Full | Uses chumby specific tools. | | `linux/proxmox` | Linux | Proxmox VE host | 1.0.0 | Full | | | `linux/rpi` | Linux | Raspberry Pi single board computer | 1.0.0 | Partial | Currently there are issues detecting the host machine and CPU. | diff --git a/system_detection.2 b/system_detection.2 index 5cc3606..afe0853 100644 --- a/system_detection.2 +++ b/system_detection.2 @@ -15,6 +15,7 @@ if [ "$(uname -s)" = "Linux" ] && [ "$system_type" = "unknown" ]; then command -v getprop >>/dev/null if [ "$?" -eq 0 ] && [ "$subtype" = "none" ]; then subtype="android" + haslspci=0 fi fi if [ "$(uname -s)" = "OpenBSD" ] && [ "$system_type" = "unknown" ]; then