mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +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
|
||||
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 ..."
|
||||
baseImage="?"
|
||||
isDietPi=$(uname -n | grep -c 'DietPi')
|
||||
|
|
Loading…
Add table
Reference in a new issue