mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-07-12 14:12:56 +02:00
fix goOSversion typo
This commit is contained in:
@ -34,7 +34,7 @@ goInstalled=$(go version 2>/dev/null | grep -c 'go')
|
||||
if [ ${goInstalled} -eq 0 ];then
|
||||
goVersion="1.12.8"
|
||||
if [ ${isARM} -eq 1 ] ; then
|
||||
goOSversion="armv6l"
|
||||
goOSversion="armv7l"
|
||||
fi
|
||||
if [ ${isAARCH64} -eq 1 ] ; then
|
||||
goOSversion="arm64"
|
||||
|
@ -19,7 +19,7 @@ goInstalled=$(go version 2>/dev/null | grep -c 'go')
|
||||
if [ ${goInstalled} -eq 0 ];then
|
||||
goVersion="1.12.8"
|
||||
if [ ${isARM} -eq 1 ] ; then
|
||||
goOSversion="armv6l"
|
||||
goOSversion="armv7l"
|
||||
fi
|
||||
if [ ${isAARCH64} -eq 1 ] ; then
|
||||
goOSversion="arm64"
|
||||
|
Reference in New Issue
Block a user