mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
pfetch: Add more model files
This commit is contained in:
2
pfetch
2
pfetch
@@ -121,7 +121,9 @@ get_kernel() {
|
|||||||
get_host() {
|
get_host() {
|
||||||
case $os in
|
case $os in
|
||||||
Linux*|GNU*)
|
Linux*|GNU*)
|
||||||
|
read -r model < /sys/devices/virtual/dmi/id/product_name
|
||||||
read -r model < /sys/devices/virtual/dmi/id/product_version
|
read -r model < /sys/devices/virtual/dmi/id/product_version
|
||||||
|
read -r model < /sys/firmware/devicetree/base/model
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user