Skip to content

Commit

Permalink
jovian-hardware-survey: Expose family and product names
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Oct 27, 2024
1 parent 9659735 commit 2bc71f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/jovian-hardware-survey/jovian-hardware-survey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ def steam_deck()
ram_chip_size = memory_information["Devices"][0]["Size"].split(/\s+/, 2)[0].to_i

[
"Product Name: #{system_information["Product Name"]}",
"System Family: #{system_information["Family"]}",
"Serial: #{system_information["Serial Number"]}",
"Manufacturing year: #{manufacturing_information["Year"]}",
"Manufacturing week: #{manufacturing_information["Week"]}",
Expand Down

0 comments on commit 2bc71f4

Please sign in to comment.