mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix var rpi_model so Parallels doesn't set it to "Parallels ARM Virtual Machine" (from /proc/device-tree/model)
This commit is contained in:
parent
5f6eb6d16b
commit
ae6a4b1f3d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ tmp=$(git rev-parse --verify HEAD) &&
|
||||||
#tmp=$(cat /proc/device-tree/mfg-data/MN) &&
|
#tmp=$(cat /proc/device-tree/mfg-data/MN) &&
|
||||||
# XO_MODEL=$tmp
|
# XO_MODEL=$tmp
|
||||||
|
|
||||||
tmp=$(cat /proc/device-tree/model) &&
|
tmp=$(grep -ai raspberry /proc/device-tree/model) &&
|
||||||
RPI_MODEL=$tmp
|
RPI_MODEL=$tmp
|
||||||
|
|
||||||
tmp=$(ansible --version) &&
|
tmp=$(ansible --version) &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue