mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 22:47:03 +01:00
commit
115a42cc9c
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,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"
|
||||
|
|
|
@ -25,7 +25,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"
|
||||
|
|
Loading…
Add table
Reference in a new issue