diff --git a/bin/installbfa.sh b/bin/installbfa.sh
index 17ff00ee17bd297c140b32458b066db553654d08..1a28d634d6772f43f1648f7a7508b7452c1ca826 100755
--- a/bin/installbfa.sh
+++ b/bin/installbfa.sh
@@ -120,8 +120,7 @@ function gethinstall
     #
     cd ${NEW}/go-ethereum
     info Compiling geth
-    make all &&
-      echo Ignore that last line, if it tells you to run geth now.
+    make all
     mkdir -p ~bfa/bin
     cp -vp ${NEW}/go-ethereum/build/bin/{geth,bootnode,abigen,ethkey,puppeth,rlpdump,wnode,swarm,swarm-smoke} ~bfa/bin/
     chown -R bfa:bfa ~bfa
@@ -181,6 +180,9 @@ function welcome
 }
 
 
+# Ubuntu necesita mas repos
+grep -q Ubuntu /etc/issue && apt-add-repository multiverse
+apt update
 # development tools
 aptinstall dirmngr apt-transport-https curl git curl build-essential sudo
 aptinstall jq libjson-perl libwww-perl