mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
4
pfetch
4
pfetch
@@ -121,6 +121,10 @@ get_kernel() {
|
|||||||
get_host() {
|
get_host() {
|
||||||
case $os in
|
case $os in
|
||||||
Linux*|GNU*)
|
Linux*|GNU*)
|
||||||
|
# This works by using the *last* valid file containing
|
||||||
|
# hardware/host information. Despite what these files are
|
||||||
|
# called, version doesn't always contain the version nor
|
||||||
|
# does name always contain the name.
|
||||||
read -r host < /sys/devices/virtual/dmi/id/product_name
|
read -r host < /sys/devices/virtual/dmi/id/product_name
|
||||||
read -r host < /sys/devices/virtual/dmi/id/product_version
|
read -r host < /sys/devices/virtual/dmi/id/product_version
|
||||||
read -r host < /sys/firmware/devicetree/base/model
|
read -r host < /sys/firmware/devicetree/base/model
|
||||||
|
|||||||
Reference in New Issue
Block a user