diff --git a/home.admin/97addMobileWalletLNDconnect.sh b/home.admin/97addMobileWalletLNDconnect.sh index 4b1d6d84e..b3d721d9c 100755 --- a/home.admin/97addMobileWalletLNDconnect.sh +++ b/home.admin/97addMobileWalletLNDconnect.sh @@ -28,13 +28,13 @@ if [ ${#GOPATH} -eq 0 ]; then fi # make sure go is installed -goVersion="1.11" +goVersion="1.12.8" echo "### Check Framework: GO ###" goInstalled=$(go version 2>/dev/null | grep -c 'go') if [ ${goInstalled} -eq 0 ];then goVersion="1.12.8" if [ ${isARM} -eq 1 ] ; then - goOSversion="armv7l" + goOSversion="armv6l" fi if [ ${isAARCH64} -eq 1 ] ; then goOSversion="arm64" diff --git a/home.admin/97addMobileWalletZeus.sh b/home.admin/97addMobileWalletZeus.sh index 00e01fe18..8a1a51a58 100644 --- a/home.admin/97addMobileWalletZeus.sh +++ b/home.admin/97addMobileWalletZeus.sh @@ -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="armv7l" + goOSversion="armv6l" fi if [ ${isAARCH64} -eq 1 ] ; then goOSversion="arm64"