Skip to content

Commit

Permalink
treehouses detect correction (fixes #2258) (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi committed Nov 3, 2021
1 parent 9d3de3d commit 98a9751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/detect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function detectrpi {
rpimodels["b03140"]="CM4" # 2gb
rpimodels["c03140"]="CM4" # 4gb
rpimodels["d03140"]="CM4" # 8gb
rpimodels["d03114"]="RPIZ2W" # .5gb
rpimodels["902120"]="RPIZ2W" # .5gb
# more at: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#new-style-revision-codes-in-use

rpimodel=$(grep Revision /proc/cpuinfo | sed 's/.* //g' | tr -d '\n')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treehouses/cli",
"version": "1.26.3",
"version": "1.26.4",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down

0 comments on commit 98a9751

Please sign in to comment.