1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
root 2021-11-26 15:12:46 -05:00
commit 562172269b

View file

@ -94,7 +94,7 @@ tmp=$(git rev-parse --verify HEAD) &&
#tmp=$(cat /proc/device-tree/mfg-data/MN) &&
# XO_MODEL=$tmp
tmp=$(cat /proc/device-tree/model) &&
tmp=$(grep -ai raspberry /proc/device-tree/model) &&
RPI_MODEL=$tmp
tmp=$(ansible --version) &&