diff --git a/home.admin/97addMobileWalletLNDconnect.sh b/home.admin/97addMobileWalletLNDconnect.sh index 8dc798511..7eec34c0b 100755 --- a/home.admin/97addMobileWalletLNDconnect.sh +++ b/home.admin/97addMobileWalletLNDconnect.sh @@ -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" diff --git a/home.admin/97addMobileWalletZeus.sh b/home.admin/97addMobileWalletZeus.sh index 1a91f8fab..552c06a35 100644 --- a/home.admin/97addMobileWalletZeus.sh +++ b/home.admin/97addMobileWalletZeus.sh @@ -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"