mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 22:47:03 +01:00
Merge branch 'v1.3' of https://github.com/rootzoll/raspiblitz into v1.3
This commit is contained in:
commit
e733cf29c5
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ goVersion="1.11"
|
||||||
echo "### Check Framework: GO ###"
|
echo "### Check Framework: GO ###"
|
||||||
goInstalled=$(go version 2>/dev/null | grep -c 'go')
|
goInstalled=$(go version 2>/dev/null | grep -c 'go')
|
||||||
if [ ${goInstalled} -eq 0 ];then
|
if [ ${goInstalled} -eq 0 ];then
|
||||||
goVersion="1.12.6"
|
goVersion="1.12.8"
|
||||||
if [ ${isARM} -eq 1 ] ; then
|
if [ ${isARM} -eq 1 ] ; then
|
||||||
goOSversion="armv6l"
|
goOSversion="armv6l"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -23,7 +23,7 @@ isX86_32=$(uname -m | grep -c 'i386\|i486\|i586\|i686\|i786')
|
||||||
# make sure go is installed
|
# make sure go is installed
|
||||||
goInstalled=$(go version 2>/dev/null | grep -c 'go')
|
goInstalled=$(go version 2>/dev/null | grep -c 'go')
|
||||||
if [ ${goInstalled} -eq 0 ];then
|
if [ ${goInstalled} -eq 0 ];then
|
||||||
goVersion="1.12.5"
|
goVersion="1.12.8"
|
||||||
if [ ${isARM} -eq 1 ] ; then
|
if [ ${isARM} -eq 1 ] ; then
|
||||||
goOSversion="armv6l"
|
goOSversion="armv6l"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue