diff --git a/src/freedombone-app-ipfs b/src/freedombone-app-ipfs index a2e77908..609211af 100755 --- a/src/freedombone-app-ipfs +++ b/src/freedombone-app-ipfs @@ -391,7 +391,7 @@ function mesh_install_ipfs_go { fi cd $rootdir$INSTALL_DIR/ipfs - if [[ $ARCHITECTURE == *"386" ]]; then + if [[ $ARCHITECTURE == *"386" || $ARCHITECTURE == *"686" ]]; then IPFS_ARCH=386 fi if [[ $ARCHITECTURE == *"amd64" ]]; then diff --git a/src/freedombone-utils-go b/src/freedombone-utils-go index dfec310c..c7d80e2c 100755 --- a/src/freedombone-utils-go +++ b/src/freedombone-utils-go @@ -134,7 +134,7 @@ function mesh_upgrade_golang { chroot "$rootdir" adduser --disabled-login --gecos 'go' go GOARCH= - if [[ $ARCHITECTURE == *"386" ]]; then + if [[ $ARCHITECTURE == *"386" || $ARCHITECTURE == *"686" ]]; then GOARCH=386 fi if [[ $ARCHITECTURE == *"amd64" ]]; then