mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
Comment typo fix
This commit is contained in:
parent
0aa2d287a1
commit
31690f92f7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if [ ${isARM} -eq 0 ]; then
|
||||||
fi
|
fi
|
||||||
echo "OK running on Linux ARM architecture."
|
echo "OK running on Linux ARM architecture."
|
||||||
|
|
||||||
# keep in mind thet DietPi for Raspberry is also a stripped down Raspbian
|
# keep in mind that DietPi for Raspberry is also a stripped down Raspbian
|
||||||
echo "Detect Base Image ..."
|
echo "Detect Base Image ..."
|
||||||
baseImage="?"
|
baseImage="?"
|
||||||
isDietPi=$(uname -n | grep -c 'DietPi')
|
isDietPi=$(uname -n | grep -c 'DietPi')
|
||||||
|
|
Loading…
Add table
Reference in a new issue